Module com.github.hazendaz.parent
Package org.csveed.token
package org.csveed.token
The package responsible for reading a CSV line from a
Reader
and converting this to tokens. The
tokens are translated to lines by a separate process. The tokenizer is highly configurable with regards to the
symbols, skipping instructions and the start line.-
ClassDescriptionThe Enum EncounteredSymbol.The Class ParseException.The Enum ParseState.Yep, a state machine.The Class SymbolMapping.The Enum TokenState.