I need to create some JSON and CSV files and put them in a zip file.
So far I have come across all these nice features and plug ins that can do one or more activities in the front-end but I need the files to be stored in the back-end.
Anyone an idea ideally how to have this action performed in the backed (any plugins) as it would be nice to send some automated e-mail packages containing reportable data in these formats.
Its not so much you are converting to JSON, rather you are using JSON as a medium through which to transform data into CSV format using the :format as text operator, which makes it a really versatile method to assimilate data from a variety of sources (i.e not just one datatype) and compile it into a single document.
Actually was easier than expected (and the CSV new file 64 allows you to save the csv as a private file right away via the element inspector.
Creating a zip script based on js zip package also seems to be relatively easy (while getting the code and fields in, is easier than setting up the Bubble Test App environment…)