Hello I am using Talend open studio to map a delimited CSV file to a xml. can Talend generate a XSLT file for this mapping. I know that you can use XSLT to generate a mapping but what I want is to automate the generation of this XSLT file. Thank you Said Abushaar
Hi
No, there is no a component can generate a XSLT file for mapping. To read a CSV file and generate a XML file, the job looks like:
tFileInputDelimited--main--tAdvancedFileOutputXML
Let us know if you have any troubles.
Best regards
Shong