Hi there,
I am having issues with the data parser plugin. I have a page where my users can upload a CSV template that they’ve filled out (one that i’ve provided to them with12 columns that match my database).
Then I would like to use the data parser to take the data from that CSV and parse it into my database as a new row of data. I’ve attached screenshots of my work flow. Looking for what I am doing wrong.
Hi James,
If you already provided the template, you can use upload data as CSV action, which will upload the data to your tables if the headers are the same.

Data Parser, at least for me, is the tool to make sure uploaded file headers are correct and total count of row is <200 (due to plan restrictions).
To better understand what you receiving from Data Parser plugin, you can test it by placing an text element and feeding with dynamic data via Data Parser.

Now you can upload a file in your page and see what is actually you getting when you reference Data Parser’s Blocks for example.
1 Like