Class CSVReader

All Implemented Interfaces:
ConfigurableComponent, ControllerService, RecordReaderFactory

@Tags({"csv","parse","record","row","reader","delimited","comma","separated","values"}) @CapabilityDescription("Parses CSV-formatted data, returning each row in the CSV file as a separate record. This reader allows for inferring a schema based on the first line of the CSV, if a \'header line\' is present, or providing an explicit schema for interpreting the values. See Controller Service\'s Usage for further documentation.") public class CSVReader extends SchemaRegistryService implements RecordReaderFactory