Smooks CSV Reader Configuration CSV Reader Configuration.

The CSV reader reads and validates a CSV stream and converts it to SAX events that Smooks can process. CSV Reader Comma separated list of CSV record field names Field separator character. Default of ','. Quote character. Default of '"'. Number of lines to skip before processing starts. Default of 0. The encoding of the input stream. Default of 'UTF-8' Name of csv root element. Name of csv record element. Add indentation character data to the generated event stream. This simply makes the generated event stream easier to read in its serialized form. Useful for testing etc. CSV Binding Configuration.

Supports simple automatic java binding of CSV records onto a bean based on the configured field names matching the target bean's property names. For more complex binding, use the main Java binding configurations. The ID under which the created bean is to be bound in the bean context. The fully qualified bean Class name. CSV Binding Configuration.

Supports simple automatic java binding of CSV records onto a bean based on the configured field names matching the target bean's property names. For more complex binding, use the main Java binding configurations. The CSV field whose value is used as the Map key value.