Hi all and I'm hoping there's someone here who's had this problem.
I regularly receive extracts from a database in CSV format.
Until recently there were no real issues, just a few simple reformats and I could roll the data into my spreadsheet.
Then someone at the other end decided to change the extraction algorithm and the CSV now encapsulates text strings within apostrophes:
' Australian Women's Weekly Children's Birthday Cakes '
My question is; how do I get rid of the 2 outer apostrophes while leaving the 2 inner ones in place?
Output needs to become:
Australian Women's Weekly Children's Birthday Cakes
I match these title strings with a stock list and unfortunately stock codes are not an option due to CSV report field limitations.
As I have several years of existing data it would be a massive undertaking to reconcile these two different data types.
All I really want to do is "clean up" the CSV data before pasting it into the master xlsx spreadsheet.
Bookmarks