#
# use -show_parsed option to only report what has been parsed
#
# you must use -blank_means_missing for this example to indicate that the
# missing value at row,col A,B is to be interpreted as missing data, rather
# than trigger an error
#
# cat parse-example-1.txt | ../bin/parse-table -field_delim , -no-field_delim_collapse -blank_means_missing -show_parsed
# 
-,A,B,C
A,0,,2
B,3,4,5
C,6,7,8
