Forum Discussion
SpiroTaleski
5 years agoValued Contributor
Hi @amubeen,
After CSV parser snap, put the mapper snap with the fields that you want to extract from the file. When you connect CSV parser with the mapper and validate the pipeline, you will get all the fields from the file in the “Input Schema” of the mapper(marked with blue). From there you can drag the required fields and drop to the expression field.
Ex:
In the Target Path, you should specify field names from snowflake database table(marked with black).
You can get all the fields in the mapper “Target Schema”(marked with yellow) from the selected Snowflake table, if you connect the mapper with the downstream Snowflake Insert snap, and validate the pipeline.
Hope this helps.
Regards,
Spiro