CSV file extractor¶
It extracts the data from a given CSV file and generates rows.
Usage:
<csv-file filename="data/import/common/common/glossary.csv" bulkSize="100" />
Attributes:
filename
: the path to the csv filebulkSize
: the number of rows to be extracted at once