Export Repeating Group to File Plug-in

The Export Repeating Group to File plug-in exports the values in a repeating table or section to a file.

Properties

Name

Description

Mandatory

filepath

The full path (in the file system) to the file to which you want to write data.

Example:

Direct value: D:\Files\Public\Users\export.csv

Value from form field: [/my:myFields/my:field2]

Value from solution field: [field1]

Yes

repeatingelement

The name of the repeating element. This field includes all the repeating elements of the form in a drop-down.

Yes

merge

Comma-separated names of elements whose values you want to merge. This option merges values from outside the repeating group to each row of the export list. This option can be used, for example, to export the unique title of the form for each row in the export list; this allows you to easily identify which form owns the given item in the export list.

Example:

Direct value: [Title]=[//my:myFields/my:Title]

No

columnmap

The column name you want to export in the target file; the column name will correspond to the field in the repeating element. If this option is not specified, all child elements of the repeating element will be exported to the target file.

Example:

Direct value: [Quantity]=[//my:myFields/my:quantity],[Price]=[//my:myFields/my: unitPrice],[Total]=[//my:myFields/my:total]

No