In the following example we read a CSV, then filter it for ID larger than 101, and if that’s the case we write the output to a JSON file:
We start with reading the file and populating the respective sv
(step variable) which are composed of sv.csvheadername
:
The step results then get passed over to filter component, in which the filter criteria are set under properties. sin.
sands for “Step In” variable (taken over from the Step Result fields in the previous component):
And finally we write the variables into a JSON file: