Hi,
When we export invoice from abbyy, it will create XML.
XML is like.
<_Name>John</_Name>
<_BankAcc>0123456789</_BankAcc>
I want to add attribute in this XML fro BankAcc Node as Invalid like
<_BankAcc IsValid="False">0123456789</_BankAcc>
How to add attributes in XML while exporting invoices?
Comments
1 comment
Hello,
You may do it by custom export script: Using scripts in ABBYY FlexiCapture > Scripts for customizing processing stages > Types of scripts > Export script
Please sign in to leave a comment.