Data Operation - Split
About
split is a intermediate operation that will split its input creating target resource as output
Argument
| Name | Default | Description |
|---|---|---|
| Target template | Random | A target template that define the name of the created target from the input |
| granularity | record (default) or resource | Define how to split the resource |
Target Template
The target-template is a target template that accepts the following prefix:
- record (in a split by record granularity)
- input
Example: For a record with a column named id, you could give the Target Template record_id.csv if you want to create a csv file by record id.