CSV files use various characters, such as [,], [;], [\t] as separators. It is hard to build a generic CSV reader when the separator is unknown. This article gives one possible solution for how to figure out which character is used as a separator in CSV file.
Auto-detect CSV Separator
Published 08/31/2011
