Support Center

How to create input file for Production Run?

Last Updated: Sep 11, 2011 01:34AM NPT
Input file for Production Run is based upon input formats of the created Line.

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.

Contact Us

Follow Our Tweets