Package org.datavec.api.records.reader.impl.regex
-
Class Summary Class Description RegexLineRecordReader RegexSequenceRecordReader -
Enum Summary Enum Description RegexSequenceRecordReader.LineErrorHandling Error handling mode: How should invalid lines (i.e., those that don't match the provided regex) be handled?
FailOnInvalid: Throw an IllegalStateException when an invalid line is found
SkipInvalid: Skip invalid lines (quietly, with no warning)
SkipInvalidWithWarning: Skip invalid lines, but log a warning