Hey @eli, does Create CSV from JSON (SSA) help if the data is large and timing out?
And after the Create CSV step, I pass the base64 text to “New file from base64” and then download the output of step 2 using the download file plugin of airdev. The result, however, is a text file and not a CSV.
Which action is giving the error. The CSV Creator action or the action from the Airdev plugin?
To answer the question about the SSA action helping for large data sets, there’s no real benefit to using it on the front end.
What I’ve seen is timeouts generally occur because of the time it takes to search the data and create the JSON text. If you can create that json using a native Bubble feature (like a custom state) and then pass just the text value to the plugin I have yet to see it timeout creating the actual file.
I think if you use the Create CSV from JSON action instead of the Create a Dynamic CSV file you wont be limited in the number of columns your CSV can contain.
The Create a Dynamic CSV file action is no longer being maintained but as @pierre6 mentioned, the Create CSV from JSON will let you create an infinite number of columns.
I really struggled with this too just now and after reading the response I thought I had it figured out. Still ran into a bunch of issues with what I was trying to do, which was to first save the file to my DB as an entry on a datatype and also send it via email as an attachment…neither were working until I saved the file to my DB with the find and replace.
Thank you for that tip. Will check it out on a future project. Really excited to see the SSA action for creating the CSVs; opens up so many nice features.
In the particular project I am doing this in now, it is something I’d like to save as a historical record in the event the email fails to send, as it will be simple enough to retrieve the saved file from the DB and resend.
Hi I loved your plug-in, I`m using the Create a Dynamic CSV File function. I would ask to you add a option to change the Delimiter.
Anouter issue is when I try Create a Dynamic CSV File with a list with 3500+. It crush and when I click again the file is generated. Tranks for you plugin
I had a similar problem.
After spend several time of research, I found ‘tab’ in data.
So I change the data to ‘some_field:trimmed’. Now It works very fine.
Just in case this isn’t intuitive to anyone, when using :format as JSON-safe, you need to remove any double quotes you had there before, as this function will wrap your text in double quotes!
Hi Guys,
I am so close to making this work for me.
I am getting this to print a list of deliveries I have every day as a backup in case bubble goes down.
I have everything working, but can only print all deliveries, not just future deliveries which is what I need.
I have tried adding a constraint that delivery date > Current date/time but this throws an error everytime.
Guys I need some help here. When i put a date in the search like below, I get an error. when i take it off, the csv displays without any problem. (also see error below) . It works fine in dev mode, but throws the error in live mode
@eli I know you are busy, but could you possibly provide an editor version for reference? This thread has become rather long and I would like to see it in practice.