what is difference b/w service now table and import set table??

hibye
Giga Contributor

what is difference b/w service now table and import set table??

5 REPLIES 5

antin_s
ServiceNow Employee
ServiceNow Employee

Import Set table is like a staging table where the data from external sources (csv, xml..etc) are persisted before they are migrated to other business tables. All the Import Set tables extend sys_import_set_row table which gives the ability for an import set table to keep the track of the migration/tranformation.