I have a large odd CSV export that has too many columns to open without error. I need to replace about a thousand strings in the file. I ran a crude macro that extracted all the strings I need to find and replace. So I not have a one column listing the old strings and a new column listing the new strings.
What is the best way to search and replace all the strings in the original file? There are two instances of each string in the file and the original CSV must remain unchanged in any other way. I know Excel like to add commas for empty cells and such.
Other than manually doing hundreds of search and replace actions in notepad or something is there a cool VBA way to open the CSV as a text file and parse through it and then save it?
Thanks.
What is the best way to search and replace all the strings in the original file? There are two instances of each string in the file and the original CSV must remain unchanged in any other way. I know Excel like to add commas for empty cells and such.
Other than manually doing hundreds of search and replace actions in notepad or something is there a cool VBA way to open the CSV as a text file and parse through it and then save it?
Thanks.