-
Notifications
You must be signed in to change notification settings - Fork 0
Export form
The export form lets you copy the subscriber selection in JSON format, with configurable fields and hierarchy. By default all boxes are checked. Selection change instantly updates the output. Use the JSON and CSV buttons at the bottom of the form to switch between JSON and CSV output.

If include entities is checked the export format will have entities as the top level of the hierarchy. If messages are included they will be listed as children of their respective messages. If messages aren't included then all subscribers from the selection will be listed as children of their respective entities.
If include messages is checked then messages will be included in the hierarchy. Selecting only this will make messages the top level of the hierarchy, subscribers are listed as children of their respective messages.
Check boxes to include the different subscriber attributes.
Check boxes to include the different message attributes.

In CSV format the default separator is tabulator, which can be pasted directly into Microsoft Excel without having to use the text-to-columns function. Attribute filters are comma separated by default, but will change to semicolon if comma is chosen as the main separator.
Toggle to include or exclude a header row
Select and deselect the attributes you want to include in the export format. Selection instantly updates the output window.
Chose the separator for the CSV format. Tabulator is default and will allow pasting into excel with automatic column and cell separation.
Tabulator separator allows automatic paste into columns. Attribute filter is separated by comma.
Semicolon separator, commonly used, can be transformed to columns in excel using the text-to-columns function. Attribute filter is separated by comma.
Colon separator, commonly used, can be transformed to columns in excel using the text-to-columns function. Attribute filter is separated by comma.
Comma separator, traditionally used, can be transformed to columns in excel using the text-to-columns function. Attribute filter is separated by semicolon.
Multiple lines of text, no text wrapping. Choice between indented JSON or CSV representation of the subscribers according to the current checkbox selection.