Hello,
My intention with this CSV file is to import it into accounting software Xero for automated invoicing.
Xero supply a Template of their own that the CSV file has to follow. It allows for all details of the invoice in a single CSV line. The issue being that this only allows for one line in the invoice eg one item can be invoiced per invoice.
In order to add more lines to an invoice you must also include lines with the same Invoice number in your CSV.
The app has a table for Job Details and a seperate table for Parts. This is because there can be many parts to one job. They are linked with REF_ROWS(). This works great in the app but makes this task much more difficult.
Creating the start expression for the job details was easy but how on earth I am going to create extra rows based on the ref rows I have no idea.
I am thinking that because Xero links them based on Invoice number and not on order displayed I could run the Job details seperate to the Parts but I still have to link them somehow.
Any ideas are much appreciated!
Example Spreadsheet https://docs.google.com/spreadsheets/d/1aSg3IbL1S32ARuCH01F1tTKoSXreHLZ-qjNK0ufs1dY/edit?usp=sharing
