Hello everyone. I am having a problem with a file upload feature in my app.
The user needs to upload a csv file which they can obtain from their POS software, and we have an upload button which works perfectly and uploads the file.
The problem is that the csv file created by the POS software is “damaged”. There are quotations at the start and end of the whole text, so instead of having 5 columns it only has one, as csv reads everything as one text only.
Obviously, i can’t ask my users to go to notepad++ and fix the file every time they want to upload it, so i was wondering if there was anything i could do?
The obvious fix is to just edit the csv file and remove the starting and ending quotations, but how can i do this through bubble?