thread271-1784472
Revisited the post above regarding the processing of text files using AWK.
I have a large CSV file - 220 megabytes with approximately 1,300,000 records.
[Bold]
Upon reviewing the CSV file, there is a comma within one of the fields - the field "City" that contains data
such as "New York City, New York."[/Bold]
Due to the CSV file containing a comma within one of the fields, I am not able to successfully import the data into a Sql Server database.
Is it possible for AWK to change the field delimiter within a CSV file from a comma to a pipe symbol without opening the CSV file?
Revisited the post above regarding the processing of text files using AWK.
I have a large CSV file - 220 megabytes with approximately 1,300,000 records.
[Bold]
Upon reviewing the CSV file, there is a comma within one of the fields - the field "City" that contains data
such as "New York City, New York."[/Bold]
Due to the CSV file containing a comma within one of the fields, I am not able to successfully import the data into a Sql Server database.
Is it possible for AWK to change the field delimiter within a CSV file from a comma to a pipe symbol without opening the CSV file?