google cloud platform – What is the best way to create an XML file out of delimited data using GCP’s datafusion

ETL flow to be developed in GCP’s datafusion : Delimited file content must be read and some basic transformation must be applied on the source data and finally transformed data must be written to an XML file.

Able to read the delimited files from GCP’s cloud storage and apply the basic transformation, now I have a transformed delimited file , which needs to be transformed into XML file, what could be the best approach to write the delimited data into XML file?

As I am a beginner in Datafusion, detailed description is very much appreciated.

Thanks

Read more here: Source link