convert all columns to string

arkiboys 9,706 Reputation points
2022-05-30T13:47:34.26+00:00

using a derived column transformation, how is it possible to convert all columns to string rather than doing this one column at a time?
Thank you

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

Accepted answer
  1. Subashri Vasudevan 11,226 Reputation points
    2022-05-30T15:04:49.817+00:00

    Hi @arkiboys ,

    Thanks for posting your query on Microsoft Q&A platform.

    Add a column pattern and give the below in condition 'each column that matches' :
    1=1

    And use $$ in the column name and provide toString($$) in the expression

    206794-img-20220530-203302-01.jpg

    Please let us know if you face any issue.

    Thanks

    1 person found this answer helpful.
    0 comments No comments

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.