]> git.sur5r.net Git - glabels/commit
Modified CSV parser.
authorJim Evins <evins@snaught.com>
Tue, 22 Feb 2011 03:44:00 +0000 (22:44 -0500)
committerJim Evins <evins@snaught.com>
Tue, 22 Feb 2011 03:44:00 +0000 (22:44 -0500)
commitbd3208b5cac24a8d6f231a72ed45bb0e73d1bb6e
tree7214b92336462ee3a90064aa60545f944b15739b
parent61a7ec1126f33c26dcb57fb3423df70df32b8e71
Modified CSV parser.

Modified CSV parser to more closely follow the format outlined in RFC 4180.
The primary difference is that quoted text cannot be embedded in the middle
of a field.  I.e. the quotes (") should envelope the entire field.  Legacy
"escape" rules still apply.
src/merge-text.c