Interface CSVValidatorContext

All Superinterfaces:
ValidatorContext

public interface CSVValidatorContext extends ValidatorContext
Deprecated.
Since 2.3.0, replaced by ValidatorContext.
Provides the validation context when importing data from a CSV file.
Since:
2.1.2
  • Method Details

    • getSourceValues

      Map<ColumnHeaderSpec,Object> getSourceValues()
      Deprecated.
      Returns a map of CSV values and uses the column header instance as the key parameter.