- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 12:16 AM
HI ,
I need to export servicenow table and its column details only . Please help to provide details
Regards,
Sagaya Rajan.
Solved! Go to Solution.
- Labels:
-
Delegated Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 11:40 PM
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 12:18 AM
Please refer https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/exporting-data/co.... You should navigate to sys_dictionary table and apply filters with table as **Select your Table Name** to export the table columns you want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 12:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 12:40 AM
Do you need to export all table and it's column details?
Can you explain the business use-case/requirement around this?
Do you want to migrate few table and it's column across the instance?
If yes then this gets automatically captured in update set.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 12:45 AM
1. Create update set and capture it
2. Export records via XML if this is one time https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/development-best-...