An Azure service for ingesting, preparing, and transforming data at scale.
Escape backslash while loading to Snowflake using ADF pipeline
Data has got backslashes. We are loading CSV, TSV files dynamically based on delimiter to Snowflake. ADF pipeline creates stage to Azure blob before copying into Snowflake. While creating the stage it uses backslash has escape character and hence the issues. Can we override the creation of stage manually or using some activity in ADF pipeline.
Have tried the options mentioned in this forum by changing the quote character and escape characters but unable to solve the problem.
Finding and replacing the backslash with a blank in a separate copy activity will also work but not sure how to do this?