Provides actions for generating entities and networks from transactional data
Define elements, compounds and entities.
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore={caslib="string"} |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
defines the compound types that are used to identify entities.
The compoundType value can be one or more of the following:
specifies the collection of element types that form this compound type.
specifies the maximum number of times that a compound value of this type can appear in the data before the compound value is excluded.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies a collection of element type and counts for defining compound exclusions. A compound value is excluded if the total number of distinct element values of the type that you specify in the elementType parameter is greater than the value that you specify in the maxCount parameter.
The elementTypeCount value can be one or more of the following:
specifies the maximum number of distinct values of the element type that can occur across all data rows that are associated with the compound value. If you exceed this limit, the compound value is excluded.
| Default | 1 |
|---|---|
| Minimum value | 1 |
specifies the type of the element for which distinct values are counted.
specifies the maximum number of element values to store for the specified element type.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies the name of the compound type. Compound types constitute collections of element types and are used to define entity types.
specifies the type of the document ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|
defines the element types to be used to uniquely identify compounds.
The elementType value can be one or more of the following:
specifies the SAS format to use when the value is output.
when set to True, can use the element as an attribute for soft-deletes of documents and entities.
| Default | FALSE |
|---|
when set to True, includes this element's value in the output table. This parameter applies only to elements in the primary table.
| Default | FALSE |
|---|
specifies the name of an element that is used to define compounds. This name must match a column name in a raw import table when documents are added.
specifies the type of the element.
| Default | CHAR |
|---|
specifies whether this element is used as a time value and, if so, whether the value represents a starting time or an ending time that an entity is active.
| Default | NO |
|---|
defines the entity types.
The entityType value can be one or more of the following:
specifies one or more compound types that are used to define an entity.
specifies the name of the entity definition.
specifies the element that defines the primary table when documents are added.
specifies the element that defines the starting time that this entity is active.
specifies the element that defines the ending time that this entity is active.
specifies the maximum number of element values to store for computing compound exclusions. This limit is applied to each compound exclusion rule unless you specify a different limit by using the regressLimit subparameter of the maxElementTypeCounts parameter.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
when set to False, converts the document type to uppercase when documents are added.
| Default | TRUE |
|---|
specifies the type of the record ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|
Define elements, compounds and entities.
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore={caslib="string"} |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
defines the compound types that are used to identify entities.
The compoundType value can be one or more of the following:
specifies the collection of element types that form this compound type.
specifies the maximum number of times that a compound value of this type can appear in the data before the compound value is excluded.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies a collection of element type and counts for defining compound exclusions. A compound value is excluded if the total number of distinct element values of the type that you specify in the elementType parameter is greater than the value that you specify in the maxCount parameter.
The elementTypeCount value can be one or more of the following:
specifies the maximum number of distinct values of the element type that can occur across all data rows that are associated with the compound value. If you exceed this limit, the compound value is excluded.
| Default | 1 |
|---|---|
| Minimum value | 1 |
specifies the type of the element for which distinct values are counted.
specifies the maximum number of element values to store for the specified element type.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies the name of the compound type. Compound types constitute collections of element types and are used to define entity types.
specifies the type of the document ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|
defines the element types to be used to uniquely identify compounds.
The elementType value can be one or more of the following:
specifies the SAS format to use when the value is output.
when set to True, can use the element as an attribute for soft-deletes of documents and entities.
| Default | false |
|---|
when set to True, includes this element's value in the output table. This parameter applies only to elements in the primary table.
| Default | false |
|---|
specifies the name of an element that is used to define compounds. This name must match a column name in a raw import table when documents are added.
specifies the type of the element.
| Default | CHAR |
|---|
specifies whether this element is used as a time value and, if so, whether the value represents a starting time or an ending time that an entity is active.
| Default | NO |
|---|
defines the entity types.
The entityType value can be one or more of the following:
specifies one or more compound types that are used to define an entity.
specifies the name of the entity definition.
specifies the element that defines the primary table when documents are added.
specifies the element that defines the starting time that this entity is active.
specifies the element that defines the ending time that this entity is active.
specifies the maximum number of element values to store for computing compound exclusions. This limit is applied to each compound exclusion rule unless you specify a different limit by using the regressLimit subparameter of the maxElementTypeCounts parameter.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
when set to False, converts the document type to uppercase when documents are added.
| Default | true |
|---|
specifies the type of the record ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|
Define elements, compounds and entities.
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore={"caslib":"string"} |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
defines the compound types that are used to identify entities.
The compoundType value can be one or more of the following:
specifies the collection of element types that form this compound type.
specifies the maximum number of times that a compound value of this type can appear in the data before the compound value is excluded.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies a collection of element type and counts for defining compound exclusions. A compound value is excluded if the total number of distinct element values of the type that you specify in the elementType parameter is greater than the value that you specify in the maxCount parameter.
The elementTypeCount value can be one or more of the following:
specifies the maximum number of distinct values of the element type that can occur across all data rows that are associated with the compound value. If you exceed this limit, the compound value is excluded.
| Default | 1 |
|---|---|
| Minimum value | 1 |
specifies the type of the element for which distinct values are counted.
specifies the maximum number of element values to store for the specified element type.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies the name of the compound type. Compound types constitute collections of element types and are used to define entity types.
specifies the type of the document ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|
defines the element types to be used to uniquely identify compounds.
The elementType value can be one or more of the following:
specifies the SAS format to use when the value is output.
when set to True, can use the element as an attribute for soft-deletes of documents and entities.
| Default | False |
|---|
when set to True, includes this element's value in the output table. This parameter applies only to elements in the primary table.
| Default | False |
|---|
specifies the name of an element that is used to define compounds. This name must match a column name in a raw import table when documents are added.
specifies the type of the element.
| Default | CHAR |
|---|
specifies whether this element is used as a time value and, if so, whether the value represents a starting time or an ending time that an entity is active.
| Default | NO |
|---|
defines the entity types.
The entityType value can be one or more of the following:
specifies one or more compound types that are used to define an entity.
specifies the name of the entity definition.
specifies the element that defines the primary table when documents are added.
specifies the element that defines the starting time that this entity is active.
specifies the element that defines the ending time that this entity is active.
specifies the maximum number of element values to store for computing compound exclusions. This limit is applied to each compound exclusion rule unless you specify a different limit by using the regressLimit subparameter of the maxElementTypeCounts parameter.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
when set to False, converts the document type to uppercase when documents are added.
| Default | True |
|---|
specifies the type of the record ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|
Define elements, compounds and entities.
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore=list(caslib="string") |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
defines the compound types that are used to identify entities.
The compoundType value can be one or more of the following:
specifies the collection of element types that form this compound type.
specifies the maximum number of times that a compound value of this type can appear in the data before the compound value is excluded.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies a collection of element type and counts for defining compound exclusions. A compound value is excluded if the total number of distinct element values of the type that you specify in the elementType parameter is greater than the value that you specify in the maxCount parameter.
The elementTypeCount value can be one or more of the following:
specifies the maximum number of distinct values of the element type that can occur across all data rows that are associated with the compound value. If you exceed this limit, the compound value is excluded.
| Default | 1 |
|---|---|
| Minimum value | 1 |
specifies the type of the element for which distinct values are counted.
specifies the maximum number of element values to store for the specified element type.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
specifies the name of the compound type. Compound types constitute collections of element types and are used to define entity types.
specifies the type of the document ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|
defines the element types to be used to uniquely identify compounds.
The elementType value can be one or more of the following:
specifies the SAS format to use when the value is output.
when set to True, can use the element as an attribute for soft-deletes of documents and entities.
| Default | FALSE |
|---|
when set to True, includes this element's value in the output table. This parameter applies only to elements in the primary table.
| Default | FALSE |
|---|
specifies the name of an element that is used to define compounds. This name must match a column name in a raw import table when documents are added.
specifies the type of the element.
| Default | CHAR |
|---|
specifies whether this element is used as a time value and, if so, whether the value represents a starting time or an ending time that an entity is active.
| Default | NO |
|---|
defines the entity types.
The entityType value can be one or more of the following:
specifies one or more compound types that are used to define an entity.
specifies the name of the entity definition.
specifies the element that defines the primary table when documents are added.
specifies the element that defines the starting time that this entity is active.
specifies the element that defines the ending time that this entity is active.
specifies the maximum number of element values to store for computing compound exclusions. This limit is applied to each compound exclusion rule unless you specify a different limit by using the regressLimit subparameter of the maxElementTypeCounts parameter.
| Default | MACINT |
|---|---|
| Minimum value | 1 |
when set to False, converts the document type to uppercase when documents are added.
| Default | TRUE |
|---|
specifies the type of the record ID to use in the raw import tables when documents are added.
| Default | CHAR |
|---|