For example if a Line consists of following input_formats:
input_formats:
- name: Company
required: true
- name: Company
valid_type: url
required: true
The file for the Production Run must look something like as shown below:
Company, Website
Sprout, www.sprout-technology.com
CloudFactory, www.cloudfactory.com
* The first line must specify the columns for the input data and it must be similar to the names of the input_format created for the Line.
In this case the input_formats are "Company" and "Website"
* After setting the columns in the first line of file, rows must be passed based on the above columns.
From the above example, following data are passed for the Production Run:
Company => Sprout, CloudFactory
Website => www.sprout-technology.com, www.cloudfactory.com
And creates two units for the Production Run because two input data are passed through the file.