Package | Description |
---|---|
org.modeshape.sequencer.text |
The classes that provide the ability to sequence fixed-width and delimited text files.
|
Modifier and Type | Class and Description |
---|---|
class |
DelimitedTextSequencer
An text sequencer implementation that uses a
regular-expression pattern to split incoming rows
into columns. |
class |
FixedWidthTextSequencer
An text sequencer implementation that uses a
list of column numbers to split incoming
rows into fixed-width columns. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.