Can you import the intents in servicenow instance from an excel sheet

snehasaran
Tera Expert

Can you import the intents,utterance, entities in servicenow instance from an excel sheet?

1 ACCEPTED SOLUTION

Aside from labeled entities, yes. 

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

there are backend tables for those; you can try to load data to those using data source, transform map

sys_nlu_intent, sys_nlu_utterance, m2m_sys_nlu_intent_entity

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

I found this article 

https://community.servicenow.com/community?id=community_article&sys_id=3c1c1679db695410414eeeb5ca9619c4

 

Data has been imported via import set.

 

Does this one works?

Hi,

yes that should work

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Brian Bakker
ServiceNow Employee
ServiceNow Employee

Hello Snehasaran,

Please review the article Importing NLU Model CSV using platform Import sets to import intents into an NLU Model from a CSV file. Same can be applied to multi-lingual utterances using the steps in the blog Best Practices and How-to's for Proofreading Multi-Language NLU Model translations.

Hope this helps.

Regards,

Brian