Closed as3boyan closed 10 years ago
I'll look into this and see if I can fix it. That shouldn't be happening.
I've found it is very tricky to create a really robust CSV parser, and for this reason I'm moving towards recommending TSV as the primary format for firetongue. I'm closing this issue for now.
And if you have some space char after comma(in "data.csv" file) "$VAR", "VAR!", you may get this: <"VAR!>
It's hard to notice difference between those ones: "$VAR","VAR!", "$VAR", "VAR!",
Maybe this is not a bug, but it's very easy to get it. I think you should check you CSV parser.