I have a tab separated text file which is about 1.2 GB , i need to convert it into CSV file(Comma Separated) using c#.
I have to insert a bulk data into sqlserver, the data is i
If you are using sqlserver, you should have a look at SSIS (SqlServer integration Services). This tool will help you to import your csv file in a efficent manner. You can configure your seperator in this tool, so there is no need to replace the tabs with comma's.