Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nice work!

One small point - the export format is listed as CSV but has semicolon delimiters. I know this is common in countries with comma decimal notation, but if targeting US customers you might want to make the separator configurable.



Thanks! I'll consider changing it!


you can also add this

    sep=;
as the first line of the .csv file. This way it will inform the opening application of the separator in use (tested with Excel.)


Wow, I didn't know that! I think all of the .csv parsing code I wrote in the last years will break on this... thanks!


Don't write CSV parsing code. You'll never get it right.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: