I found that it would be convenient to allow comment lines in csv data
files read from mathprog models thru the table statement. Unfortunately,
the RFC document 4180 that specifies the csv format says nothing about
such a feature.

Probably, a comment line can be indicated by its very first character
(like in many scripting languages): '#', ';', '*', or may be '%'.
Another issue is whether to allow comment lines everywhere in the file
or only in the beginning. The latter seems safer, because the first line
contains field names which, as a rule, contain no special characters.

Any opinions/suggestions are appreciated. Thanks.

Andrew Makhorin


_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to