Hi,
I want to build an app where I will restructure data from file to match a certain format. So my idea is:
- upload a csv-file via form
- parse it
- extract some data and build a new file and return it as csv
I don’t have to store any data, just return a restructured file.
Basically my question is: Can this be done with netlify and functions?
I found https://www.papaparse.com/ that I’d like to use for working with the data. Can this be used in a function?
I am completely new with serverless functions, so forgive me if I am asking weird questions…
Thanks for for your thoughts and comments!