Package org.pentaho.di.trans.steps.csvinput

Interface Summary
CrLfMatcherInterface  
PatternMatcherInterface  
 

Class Summary
CsvInput Read a simple CSV file Just output Strings found in the file...
CsvInput1Test Regression test case for PDI JIRA-1317: a csv input step with less columns in certain rows than the number of columns defined in the step.
CsvInput2Test Regression test case for PDI JIRA-1317 (case 2): a csv input step with more columns in certain rows than the number of columns defined in the step.
CsvInput3Test Regression test case for Jira PDI-8187: a csv input step with the last column empty in each row.
CsvInputData  
CsvInputMeta  
EmptyPatternMatcher  
MultiByteBigCrLfMatcher  
MultiByteLittleCrLfMatcher  
MultiBytePatternMatcher  
SingleByteCrLfMatcher  
SingleBytePatternMatcher