Delimited accelerates application development by letting developers configure and embed a pre-built widget to let their users upload CSV files into the application. No more time needs to be spent writing upload, validation, mapping, UI, testing, and maintenance code.

Once you have created and configured a new upload schema, you are ready to embed the uploader widget into your own website. This involves copying/pasting two snippets of code in the following steps:

  1. Access your administrator dashboard at https://admin.delimited.dev
  2. Navigate to the "Manage Schemas" section and click on the schema you've created. Don't have one yet? Be sure to create one first.
  3. Once you're on the schema details page, you will see some instructions for embedding the uploader into your site. There are two code snippets. Paste the first snippet into your HTML page, just before the closing </head> tag.
  4. The second snippet can be placed one or multiple times on your page. It should be placed wherever you want the uploader widget.

And that's it! Your users will now be able to upload their data files into your application quickly, securely, and fully managed for you.