This file is indexed.

/usr/share/metview/etc/TableCommonDef is in metview-data 5.0.0~beta.1-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
	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"' ]
		{
			/
			@
		}