I have been given a csv file, this file contains financial data and since there are fields having money/currency it does not help to have it in csv
My task is to convert this file to .txt and load it into a database.
I want to know what is the best way to convert a , delimited csv to a tab delimited txt file...