Skip to main content

Export as file

Jadu Central provides an action for creating a CSV or XML file of each submission, containing only the fields that you choose.

In order to use the Export as File action, you'll need to create a template, which tells Jadu Central how to convert information from the form into a XML file.

Export as file template

  1. Open a form, and navigate to Templates in the top navigation bar.
  2. Click the Create Template button. A window will open, asking which type of action we want to create a template for.
  3. Choose Export as File under the "File Output" section, and click the Next button.
  4. Enter a title, and click the Next button.
  5. Select the type of file to export and update the file settings as required. Click the Next button to proceed.
  6. Select the fields to include in your file. You can either choose all fields, or custom. Choosing custom will allow you to select exactly the fields you want to include. It is possible to include question answers, standard form data such as the Form Title or the value of logic formulae. To include most fields, click Select All and then uncheck any you do not want to export. Once you've selected each field you want to export click the Next button.
  7. Select a connector to use to transmit the exported file, or create a new one. Then click the Save button to create the template.

XML file settings

FieldNotes
XML TemplateThe body of the XML document
Field XMLThe XML markup for each field.

When completing these fields, you can use the following placeholders:

  • [FIELD_XML] - one or more instances of the Field XML template, with all placeholder populated.
  • [FIELD_NAME] - the name of the question or variable.
  • [FIELD_VALUE] - the question answer or variable value.

CSV file settings

FieldNotes
CSV HeaderIf checked, the CSV file will contain the field names above relevant columns within the first row of the data file.
Field TerminatorA single character used to separate fields. Defaults to comma (,).
Line TerminatorChoose a line ending type, from Windows (\r\n), Linux (\n) and OSX (\r). Defaults to use the Windows option.