Interface ImpexRowFilter
- All Known Implementing Classes:
DefaultImpexRowFilter,NullImpexRowFilter
public interface ImpexRowFilter
Filter to filter out rows not matching a specified filter expression.
-
Method Summary
-
Method Details
-
filter
Evaluate a single row and return a false, if the row should be filtered.- Parameters:
row- CSV row containing column indexes and values- Returns:
- false, if the row should not be converted
-