File types of the type CSV (Comma Separated Values) is one of the file types/payloads, that can be processed in the InterFormNG2 workflow. The csv files normally the file extension .csv.
If you want to process CSV input files in InterFormNG2, then you should select CSV as the input file type in your workflow.
Inside the workflow you should consider to convert the CSV file into XML with the CSV to XML component.
If you want to create CSV output files, then you should consult the page XML to CSV. Related Articles
CSV to XML
One of the valid input formats of InterFormNG2 is CSV files. If you e.g. want to data in an input CSV file in either an email or in a template, then you first need to convert the CSV file into XML. You can use the basic, converter workflow component, ...
Excel template to CSV
The advanced, create document workflow component, Excel template to CSV creates a CSV (Comma Separated Values) file based on an input XML file and an existing Excel template. The output CSV data is stored in the payload after execution. If you e.g. ...
XML to CSV
If you want to output CSV files from InterFormNG2, then there are two options: You can use an Excel template and then use the workflow component, Excel template to CSV followed by e.g. To filesystem to save the output as a CSV file. For this you will ...
CSV file into Excel
InterFormNG2 is able to convert generic CSV files into Excel. This section describes how that can be done. As an example we consider a CSV file with this content: Seq,Product No,Description 1,4234,aaaaa 2,23423,bbbbbb 3,3423,ccccccc 4,345,dddd ...
Basic converter components
The basic converter components are: The CSV to XML workflow component. The JSON to XML workflow component. The SPLF to XML workflow component. The Transform or split workflow component.