...
Field Name | Field Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Label* Default Value: JSON Splitter Example: JSON Splitter | String | Specify the name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline. | ||||||||||
JSON Path to Split* Default Value: None Examples:
| String/Suggestion | Enter the JSON path manually. Alternatively, click the Suggestion icon to view the list of paths and select the required path. Defines a path to the list that holds the document entries. Each entry of the list will be written out as a separate document. The Snap automatically prefixes Dynamic JSON PathYou can also include pipeline parameters in this property to be dynamic so that it picks values from the pipeline's properties. Use parentheses inside the square brackets to specify the pipeline parameter. For example, the JSON Path | ||||||||||
Include scalar parents Default Value: Deselected | Checkbox | Select this checkbox to include scalar parents in each output document.
Using the split path on
doc 2:
| ||||||||||
Null-safe access Default Value: Deselected | Checkbox | Select this checkbox to skip invalid path definitions that are defined in the Include Paths property below. If disabled when the path does not exist in the input view, the Snap displays a | ||||||||||
Include Paths | Select this checkbox to include objects from the input document in the resulting output document(s). doc1:
| |||||||||||
Exclude List from Output Documents Default Value: Deselected | Checkbox | Select this checkbox to prevent the split list from being included in output documents. Select this checkbox to leverage the memory usage.
| ||||||||||
Show Null Values for Include Paths
| Checkbox | Select this checkbox to show key-value entries of the null values for the objects added to the Include Paths field in the output documents. | ||||||||||
Snap Execution
Default Value: Execute only | Dropdown list | Select one of the three modes in which the Snap executes. Available options are:
|
...