I want to transform my csv file to XML using cloveretl. I gone through the basic tutorial, all explains abound direct mapping from csv to xml, csv header column names are used for xml element name.
I have one complex XSD, and I want to map csv to that XSD generated xml.
When I generate metadata using my XSD 213 fmt
file generated in cloveretl.
How do map all these together ? I saw an option to map individually, one csv metadata to one fmt. Like this I have to do 213 mapping and combine all ?