Import CSV through our app

I have a requirement to allow our app users to create a batch of records through a CSV file upload. Has anyone done this with UI Builder? All I can see is to use a File Uploader component to upload the file, then use the new Read File block to read the content, then I somehow need to parse CSV data and get it into a list of objects, which is where I’m stuck. Help. Thanks :).

Hi Marc,

The CSV Plugin in the marketplace is designed to do just that:

One of the methods in the plugin (csv2table) will create database records from a CSV file. The input parameter is CSV URL. If a user uploads a CSV file, you can take the URL of the uploaded file and use the CSV plugin. We’re working on documenting all available options, it should be available soon. Please post any questions on the support forum.

Regards,
Mark

Perfect!