When I export a normal csv file w transactions from my register program I have to fix with it before the importer module accepts it:
1. I have to open the file and write “”email”,”amount”,”details”,”type” at the top manually
2. The importer does not accept the line breaks (carriage returs) in the file. I have to copy all rows and paste into a Google Docs-document, copy there and paste back into the original csv-file.
Is there a way to not have to do this?