CSV loader
It loads given rows to a CSV file.
Configuration
XPath |
Type |
Description |
csv/@outputFileName
|
Attribute |
Name of the output file |
Example
Pipeline configuration
<csv outputFileName="data/output/output.csv"/>
Output data
stringField |
integerField |
value1 |
1 |
value2 |
2 |