ContributionsMost RecentMost LikesSolutionsSnowflake Issues: Throws syntax error randomly for drop statements in snowflake execute snap. Also Bulk Load snap fails stating table does not exist Snowflake Issues: Throws syntax error randomly for drop statements in snowflake execute snap. Also Bulk Load snap fails saying table does not exist with create table checked in. Also table does exist and there is no mistake in table name. Re: Get input file name from CSV parser Hi Rajesh, Probably too late to answer, you can achieve this by calling a child pipeline with filename and path as pipeline parameters. Read the file in child, map data, use _filename as another column in mapper. Get result of all the child pipelines in parent pipeline to combine into single file.