How to download CSV to begin parsing and automation

  • snaplash
    Asked on July 5, 2015 at 4:29 PM

    What  would you reccomend for triggering my process when a user has submitted without receiving the images?

     

    Ideally, I would like a notification of some sort to auto download the csv to begin parsing and automation.

  • jonathan
    Replied on July 5, 2015 at 4:33 PM

    You can create a CSV Report out of the submission data

    user guide: How-to-create-a-CSV-Report

    You can do your parsing process by pointing it the CSV data.

    OR

    You can also download the submission data as CSV file and just put it on a location that your parsing process will be able to get to.

    user guide: -How-to-Partially-Download-Form-Submissions-as-Excel-CSV-PDF

    Let us know if this will not work for you.

    Thanks.