All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.xsd.smooks.csv-1.3.xsd Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version



    

    
        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. This flag simply adds to the generated event stream all invalid csv record elements (#tokens less #expected tokens). 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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy