Class OriginIdGenerator

java.lang.Object
com.i2group.disco.infostore.importer.OriginIdGenerator

public final class OriginIdGenerator extends Object
Generates values for the ORIGIN_ID_KEYS column of provenance tables in the Information Store.

This class has a runtime dependency on the Apache Commons CSV project, https://commons.apache.org/proper/commons-csv.

Since:
9.0
  • Constructor Details

  • Method Details

    • generateKeys

      public String generateKeys(List<String> values)
      Generates a value for use in the ORIGIN_ID_KEYS column of a provenance table in the Information Store.
      Parameters:
      values - The String values that make up the origin identifier of a particular record.
      Returns:
      See above.