Replacing ASCII values in ADF

Anandhakumar Cholendran 45 Reputation points
2023-06-19T15:36:57.93+00:00

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 :)

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

Accepted answer
  1. QuantumCache 20,366 Reputation points Moderator
    2023-06-20T17:14:17.2466667+00:00

    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.

    User's image

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.