Hi,
Just wondering if it is possible to merge columns from a .csv into an existing .xml file using a plug-in through Workflow?
Or if there was any other way of actioning this?
Thanks for your help ![]()
Hi,
Just wondering if it is possible to merge columns from a .csv into an existing .xml file using a plug-in through Workflow?
Or if there was any other way of actioning this?
Thanks for your help ![]()
I would first convert your XML to a JSON format using the XML/JSON Conversion plugin. XML a notoriously harder to work with than JSON and XML tends to become much larger in Workflow due to its internal architecture.
Once a JSON, then it is a matter of using the Run Script plugin to add values to your JSON.