Retrieve csv files placed on NAS and import into SN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello All
We have a requirement to pull csv files placed NAS server into ServiceNow.
Can you please let me know the process to proceed ahead with this.
Any help here would be appreciated.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
check this
Import files from Nas and attach them to task
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @keshav77
1. ServiceNow is a cloud platform, it cannot directly reach into your local NAS storage. You need to install a ServiceNow MID Server on a machine within the same local network that has read access to your NAS server.
2. Automate File Transfer:
a. Option 1: Flow Designer with PowerShell (Recommended): Use Integration Hub to create a Flow containing a PowerShell script. The script copies the CSV from the NAS file path to the MID Server and uses a REST API to attach it directly to a Data Source record in ServiceNow.
Ref: Import files from Nas and attach them to task
b. Automated Data Import - Using MID Server and PowerShell
Refer these 2 helpful resources:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0817437
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti