'How to parse integer column to String in CDAP (Datafusion)
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
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
