Re: adding autodetection of delimiter character for CSV files

2012-07-30 Thread Eike Rathke
Hi Ben, On Sunday, 2012-07-29 14:18:32 -0400, Ben Manashirov wrote: The basic idea is to take a sample amount of lines (e.g. 100). - For each line - - Count the number of times each character occurs - Compute the peakiness for each characters occurrence over the lines. - Find the

adding autodetection of delimiter character for CSV files

2012-07-29 Thread Ben Manashirov
I don't know if it has been done. But to me it doesn't seem like it. (I haven't checked the latest version). Here is sample code in java http://pastebin.com/NWN0hdw6 The basic idea is to take a sample amount of lines (e.g. 100). - For each line - - Count the number of times each character occurs