Hello,
I’m importing invoices as a CSV from my old invoicing service. I’ve got everything mapped and working, except the line items per invoice. My invoice CSV from my old service includes the line items as additional columns, with item names, costs, quantities, etc. (i.e. All information about a single invoice is stored on a single row, including up to 12 line items with their properties)
Is there any way to import this into Invoice Ninja via the single invoices.csv I have? None of the line items currently get read. I even tried mapping all of them to their respective labels (item - product, item - notes, item - cost, item - quantity) I’m not sure how I would separate all of that data from the one CSV and make it into a new functional CSV for all the information of an invoice.