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
Import the tab separated file into Excel (or another spreadsheet program) then export it as CSV.