I have successfully integrated the PDF.co API into my app, but the CSV it generates has additional header data, which means Bubble does not recognise the columns. The data appears as follows:
tableNames,tables
tableItems,
There are also " at the start and the end of the column data.
I have reached out to PDF.co support who tell me that that data cannot be removed as part of their side of the process and it needs to be done post.
How can I direct Bubble to import the CSV correctly? Or remove the unwanted data before importing?