We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How we can read data from word document attached in knowledge article?

shareknowledge
Kilo Contributor

Actually i want to read data or copy data (Images, tables, text etc) from the word document attached in knowledge article and then i want that data to be copied or put into the knowledge Text field.

5 REPLIES 5

jamesmcwhinney
Giga Guru

FYI - I have found a way to parse a MS word file using a mid server script include and the POI package.
Apache POI - the Java API for Microsoft Documents

How to parse an MS word document attachment into text - Developer Community - Question - ServiceNow ...