Hello @Anandhakumar Cholendran,
For the transformation, you can use the Derived Column
transformation to replace special characters with either null or any appropriate substitute. You can use the replace()
function to do this.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to ingest parquet data to snowflake. But I am facing issue when doing ingestion to snowflake due the ascii values present in between like shown below,
Ex : I have 2 columns like amount and amount_exceded like below
Column1
Amount - 10¿4564567¿¿
Column 2
Amount_exceeded - 24☐56756☐454
How to handle the above approach and ingest the data to snowflake.
P:S I am trying to ingest 450 tables
Thanks :)
Hello @Anandhakumar Cholendran,
For the transformation, you can use the Derived Column
transformation to replace special characters with either null or any appropriate substitute. You can use the replace()
function to do this.