Touchstone 2022 Database Reference
tImportMappingSet Table
AIRUserSetting Database : tImportMappingSet Table
Description
Stores mappings between fields in input files and columns in target databases for import jobs.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows28
Data Space Used3,456.00 KB
Index Space Used40.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the mapping set record using during import.

int4   
 

Code that represent the contract type.

For a complete list of codes, see tContractType Table.

varchar10   
 

Unique system-generated sequential identifier for the business unit record.

int4   
 Name of the mapping set.varchar255  
 

XML string that defines mapping set. Used internally by Touchstone.

xml0  
 

Indicates whether the mapping set is the default.

  • 1 = Yes (default)
  • 0 = No (not default)
bit1
((0))
 
 

Date and time when the import mapping set was created.

date8 
(getutcdate())
 
 

Date and time when the import mapping set was last modified.

date8 
(getutcdate())
 
 User name of the user that created the mapping set.varchar511  
 

Indicates whether the mapping set is locked by the user specified in the DomainUserName column.

  • 1 = Yes (locked)
  • 2 = No (unlocked)
bit1 
((0))
 
 System-generated sequential code for the import record.nvarchar16  
 

System-generated code that represents the signature.

For example: 0x37E1ABBA78E9A22E6DE6CBC47F573729.

varbinary8000 
(hashbytes('MD5',[Signature]))
Objects that depend on tImportMappingSet
 Database ObjectObject TypeDescriptionDep Level
tImportDefault tabletImportDefaultTableProvides the default settings for import jobs.1
See Also

Related Objects

AIRUserSetting Database