0

Need your help to understand how Integer columns can be parsed to String Columns in Data Fusion using wrangler plugin. Apologies to this naïve question as I am quite new to GCP and I tried googling it but could not find any solution.

Regards, Vaishali

vaishali bisht
  • 201
  • 3
  • 11
  • If my answer addressed your question, please consider accepting and upvoting it. If not, let me know so that I can improve my answer. – Shipra Sarkar Feb 09 '22 at 06:34

1 Answers1

0

Wrangler Plugin supports parsing to limited formats. Integer to String parsing is not supported in the Data Fusion Wrangler plugin according to this doc. You can change the datatype of the data but parsing is not possible for integers to string.

Shipra Sarkar
  • 1,385
  • 3
  • 10