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, ...
XML to CSV
InterFormNG2 cannot directly create CSV files, but it is actually possible to build a workflow that does that. To illustrate how this can be done we can consider the demo invoice xml file, which is included in a new InterFormNG2 installation. The ...
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.
Splitting input files
InterFormNG2 is able to split up these types of files: Spooled files XML files If the input file is of any other type e.g. CSV or JSON, then you need to convert the input file into XML (with CSV to XML or JSON to XML) before you can split it up. When ...