Package org.marketcetera.modules.csv
Provides a module implementation that emits every row of a CSV file as a
Map instance. The singleton module instance is auto-created
and auto-started. See CSVEmitter for
more details on accepted request parameters.-
Interface Summary Interface Description Messages Messages -
Class Summary Class Description CSVEmitter A module that emits data contained in a CSV file as a series of maps, each instance containing a row of data.CSVEmitter.CSVReader This task reads the contents of a csv file and emits each row of the csv file as a Map instance.CSVEmitterFactory Provider that will emit data contained in CSV as a series of maps.