Created 04-23-2019 11:12 AM
Created 04-23-2019 04:57 PM
It depends on how you are trying to "flatten" the nested XML into CSV fields, you can try UpdateRecord, JoltTransformRecord, etc. Each record-based processor does different transformations, but in the end they can all convert from XML to CSV, you just have to tell the right processor what to do. If you provide more information here (sample input and output, e.g.) I can try to help get you going.
Created 04-25-2019 09:41 AM
@Matt Burgess Is there anything possible for this xml to csv conversion ?
Created 08-07-2019 12:58 AM
@Matt Burgess I am also thinking to convert deeply nested xml to csv, and thinking of using either of ConvertRecord, UpdateRecord or JoltTransformRecord. What are the difference between UpdateRecord and JoltTransformRecord? Which one should be suitable?
Created 04-23-2019 06:33 PM
@Deb What is your desired output?
Created 04-25-2019 09:42 AM
@Turker TUNALI Is there anything possible for this xml to csv conversion ?