Skip to main content
1-Visitor
November 14, 2017
Question

How to customize import gateway parser?

  • November 14, 2017
  • 1 reply
  • 1361 views

How to customize Import Gateway parser?

Currently when we import a word document in Integrity, all data import in text field.

Is there any way to change this pattern, extract data from ms-word and import in some other field other than text?

1 reply

17-Peridot
November 16, 2017

Hi,

the Gateway import parser reads the Word XML data from the docx-zip. The parser is written in XSLT.

So, what you need is someone with XSLT and MS Word XML knowledge.

He needs to find pattern to filter the data and put them into the right field as you expect.

Thats it 🙂

Volker