Import specific rows from Inbound Rest API file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 02:05 AM
Hi,
We are using Rest API and saveResponseBodyAsAttachment to import file and attach to the data source as csv. We need to import 40 files daily. In the csv file we have rows that needs to import start from middle. Attached csv for example. We do have “device”, “system.deviceid” column and only those data need to import. Also once we imported that file next file needs to be imported.
Any suggestions on how to import from specific row and column? And to import all files one by one. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 02:34 AM
if you are sure the column header will always be row
no direct way to handle this.
you can parse the CSV and then handle the data import.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 07:47 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader