Hi,

I'm trying to identify the possiblity in spring batch for the below need:

Input: CSV/flat files & XSD/XSLT
Expected Output:XML using the XSD/XSLT passed in.

Need to transfer the flat files to xml using the XSD/XSLT defined structure. Any direct API is there in spring batch which could receive flat files and XSD/XSLT(determines the output xml structure) as input and produce XML as a output?