Class OriginIdGenerator
java.lang.Object
com.i2group.disco.infostore.importer.OriginIdGenerator
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateKeys
(List<String> values) Generates a value for use in theORIGIN_ID_KEYS
column of a provenance table in the Information Store.
-
Constructor Details
-
OriginIdGenerator
public OriginIdGenerator()Constructs a newOriginIdGenerator
.
-
-
Method Details
-
generateKeys
Generates a value for use in theORIGIN_ID_KEYS
column of a provenance table in the Information Store.- Parameters:
values
- TheString
values that make up the origin identifier of a particular record.- Returns:
- See above.
-