Import data in ServiceNow through Excel independent of Header
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2023 04:21 AM
I have a variable in Catalog item which has attachment in Excel.
I want to import the data from Excel to a table in servicenow.
But the end user is not providing exact header name mentioned in import set table.
Can you give me any solution for this? Like change excel with constant variable always. Or something.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2023 04:51 AM
Hi @Sanjay21
if you go the approach with import set tables, header name matching is required.
But you also could go another approach and leverage the GlideExcelParser API. See the following article as an example: https://finite-partners.com/using-glideexcelparser-for-bulk-ordering-of-assets/
Maik