Re: CSV File parsing
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: CSV File parsing
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年7月19日 21:53:18 -0300
I'm sorry to reply to my own post, but here's a simpler solution:
Return "return {" on the first call to the reader.
For each input line, return "{" plus the line plus "},".
At the end, return "}".
--lhf