Package net.esper.adapter.csv

CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams

See:
          Description

Class Summary
CSVInputAdapter An event Adapter that uses a CSV file for a source.
CSVInputAdapterSpec A spec for CSVAdapters.
CSVPropertyOrderHelper A utility for resolving property order information based on a propertyTypes map and the first record of a CSV file (which might represent the title row).
CSVReader A source that processes a CSV file and returns CSV records from that file.
CSVSource A wrapper for a Reader or an InputStream.
 

Package net.esper.adapter.csv Description

CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams