
	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? 1 if no header row."' ]
    	{ @ } = 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"' ]
		{
			/
			@
		}


