CSV File Properties
Special header properties can be added to customize Net Change processing behavior. They are placed at the beginning of the CSV file.
CSV Properties section:
#BEGINPROPERTIES
PropertyName=PropertyValue
#ENDPROPERTIES
CSVLineCount
This property indicates to Net Change the number of data rows in the request CSV file (excluding the column header row). A mismatch is considered an error.
Example:
#BEGINPROPERTIES
CSVLineCount=2
#ENDPROPERTIES
ColumnHeader1,ColumnHeader2,ColumnHeader3
Line1_CH1_Data,Line1_CH2_Data,Line1_CH3_Data
Line2_CH1_Data,Line2_CH2_Data,Line2_CH3_Data