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! Go to 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!
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!