Uses of Class
com.streamconverter.path.CSVPath
Packages that use CSVPath
-
Uses of CSVPath in com.streamconverter.command.impl.csv
Methods in com.streamconverter.command.impl.csv with parameters of type CSVPathModifier and TypeMethodDescriptionstatic CsvFilterCommand
Factory method for CSV filtering with single typed column selector (assumes header exists).static CsvFilterCommand
Factory method for CSV filtering with single typed column selector.static CsvNavigateCommand
Factory method for creating a CSV navigation command with typed column selector and rule.Constructors in com.streamconverter.command.impl.csv with parameters of type CSVPathModifierConstructorDescriptionCsvFilterCommand
(CSVPath columnSelector, boolean hasHeader) Constructor for CSV filtering with single typed column selector.CsvNavigateCommand
(CSVPath columnSelector, IRule rule) Constructor for CSV navigation with typed column selector and transformation rule.