When I export my Transactions sheet as CSV (for import into another program), I run into two problems:
- Amount includes the $ sign and commas. eg $1,009.55
- Some date columns only have 2 digit years eg 1/1/25
I’d like to reformat the Transactions sheet to eliminate “$” and “,” from the Amount column and have all date columns formatted for 4 digit years. This would give me a “clean” CSV export.
Before I do this, am I missing any unintended consequences? Is there another way to assure a “clean” CSV export?