I want to give my users to upload a pre-defined csv file with employee data into my app.
So what they should be able to do;
- Download an example csv file with the structure (easy).
- Upload their version of that csv file filled with the right data.
So far it all worked out, but now I think it should trigger a workflow.
My question is how I can open the uploaded csv file and iterate through the rows and then update the employees in the database?
Thanks for any help.