
	TABLE_DELIMITER       { @ } = ','


	TABLE_COMBINE_DELIMITERS
    	[ help = help_script, help_script_command = 'echo "Consecutive delimiters will be considered as one"' ]
    	{
    	    	ON  ; ON 
    	    	OFF ; OFF
    	} = OFF


	TABLE_HEADER_ROW
    	[ help = help_script, help_script_command = 'echo "Which row (first is 1) is the header line on? 0 if no header row."' ]
		{ @ } = 1


	TABLE_DATA_ROW_OFFSET
    	[ help = help_script, help_script_command = 'echo "How many rows after the header row does the data start?  Normally this is 1, since data tends to start on the first row after the column headers. If there is no header row, then this number is equivalent to the first data row (e.g. if the data starts on row 3, then set this parameter to 3)."' ]
    	{ @ } = 1

	TABLE_META_DATA_ROWS
    	[ help = help_script, help_script_command = 'echo "List of row indexes containing meta-data of the form P1=V1 P2=V2"' ]
		{
			/
			@
		}


