Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

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.