<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The problem with "ecsv", it uses lists and I want something which handle<div>binaries instead:</div><div><a href="https://github.com/refuge/ecsv/blob/master/src/ecsv_parser.erl">https://github.com/refuge/ecsv/blob/master/src/ecsv_parser.erl</a></div><div><br></div><div>Too lazy to write one ... if someone else already did it.</div><div><br></div><div><div><div>Regards,</div><div>Zabrane</div><div><br></div></div><div><br class="webkit-block-placeholder"></div><div><div>On Jan 15, 2012, at 4:09 PM, Siraaj Khandkar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Jan 15, 2012, at 9:28 AM, Zabrane Mickael wrote:<br><br><blockquote type="cite">Hi guys,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Is there any stable/efficient "CSV reader" module in Erlang?<br></blockquote><br>I had the same question a few weeks ago and ended-up just using<br>[string:join(Tokens, ",")++"\n" || Tokens <- Lines]. :-) Certainly not<br>suitable for all cases...<br><br>However, it looks like there's been a recent attempt to fill this need:<br><a href="https://github.com/refuge/ecsv">https://github.com/refuge/ecsv</a><br><br>-- <br>Siraaj Khandkar<br>_______________________________________________<br>erlang-questions mailing list<br>erlang-questions@erlang.org<br>http://erlang.org/mailman/listinfo/erlang-questions<br></div></blockquote></div><br></div></body></html>