Class CustomPatternCsvOld

java.lang.Object
net.sansa_stack.hadoop.core.pattern.CustomPatternCsvOld
All Implemented Interfaces:
CustomPattern

@Deprecated public class CustomPatternCsvOld extends Object implements CustomPattern
Deprecated.
Matcher that searches for record starts (the first character following a newline) that are NOT within a multiline field. FIXME: Should this pattern match "end of file"? A problem arises if no newline exists: does that mean that there too much data without newline or did we hit the end of file?