[erlang-questions] CVS reader module
Zabrane Mickael
zabrane3@REDACTED
Sun Jan 15 17:57:55 CET 2012
The problem with "ecsv", it uses lists and I want something which handle
the data as binaries instead:
https://github.com/refuge/ecsv/blob/master/src/ecsv_parser.erl
Too lazy to write one ... if someone else already did it.
Regards,
Zabrane
On Jan 15, 2012, at 4:09 PM, Siraaj Khandkar wrote:
> On Jan 15, 2012, at 9:28 AM, Zabrane Mickael wrote:
>
>> Hi guys,
>>
>> Is there any stable/efficient "CSV reader" module in Erlang?
>
> I had the same question a few weeks ago and ended-up just using
> [string:join(Tokens, ",")++"\n" || Tokens <- Lines]. :-) Certainly not
> suitable for all cases...
>
> However, it looks like there's been a recent attempt to fill this need:
> https://github.com/refuge/ecsv
>
> --
> Siraaj Khandkar
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120115/9cdae190/attachment.htm>
More information about the erlang-questions
mailing list