Interface ImpexRowFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean filter​(java.util.Map<java.lang.Integer,​java.lang.String> row)
      Evaluate a single row and return a false, if the row should be filtered.
    • Method Detail

      • filter

        boolean filter​(java.util.Map<java.lang.Integer,​java.lang.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