All Known Implementing Classes:
DefaultImpexRowFilter, NullImpexRowFilter

public interface ImpexRowFilter
Filter to filter out rows not matching a specified filter expression.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Evaluate a single row and return a false, if the row should be filtered.
  • Method Details

    • filter

      boolean filter(Map<Integer,String> row)
      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