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 |
Group Name | Modes |
---|---|---|---|---|
filepath |
The full path (in the file system) to the file where you need 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 |
File | NA |
repeatingelement |
The name of the repeating element. This field includes a drop-down list of the repeating elements of the form. |
Yes |
Repeating Data Details | NA |
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 |
Repeating Data Details | NA |
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 |
Repeating Data Details | NA |