#
# use -show_parsed option to only report what has been parsed
#
# Another way to encode missing data is to use the string defined by missing_cell_value.
#
# cat parse-example-1.txt | ../bin/parse-table -field_delim , -missing_cell_value X -show_parsed
# 
-,A,B,C
A,0,X,2
B,3,4,5
C,6,7,8
