[erlang-questions] CVS reader module

Siraaj Khandkar siraaj@REDACTED
Sun Jan 15 16:09:33 CET 2012


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



More information about the erlang-questions mailing list