Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

https://stackoverflow.com/questions/76308895/what-is-the-best-way-to-create-an-xml-file

0

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

Solved Solved
0 1 230
1 ACCEPTED SOLUTION

Good day @Kavana,

Unfortunately, there are currently no plugins that will support transforming a delimited data to XML in Data Fusion. Currently, here are the available plugins for XML: https://cloud.google.com/data-fusion/plugins#section-57

However, you can upload your own plugin for a custom transformation. You can check this link for more information: https://cloud.google.com/data-fusion/docs/how-to/deploy-a-plugin

Hope this helps!

View solution in original post

1 REPLY 1

Good day @Kavana,

Unfortunately, there are currently no plugins that will support transforming a delimited data to XML in Data Fusion. Currently, here are the available plugins for XML: https://cloud.google.com/data-fusion/plugins#section-57

However, you can upload your own plugin for a custom transformation. You can check this link for more information: https://cloud.google.com/data-fusion/docs/how-to/deploy-a-plugin

Hope this helps!