Hello
I get a file on a monthly basis with the EXACT fromat. it looks somthing like this:
code agetn number name state account
----+-----+-------+-----------+------+---------------
423 8834 9934 Washington 993 2993
652 9234 2203 Dallas 441 9223
999 8888 0002 North, East 434 3552
the last raw is SOOO problematic because my csvreader believe that the next token is a state number while it is a
string [EAST] this is of course because of the comma: North, East.
anyone have a nice solution for this?
thanks
