Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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
Please let us know if you face any issue.
Thanks