Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
15 replies
Subscribers
9 subscribers
Views
11776 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, I am using "MS word 2007 doc to Template" smart service
kalpenp
over 11 years ago
Hi,
I am using "MS word 2007 doc to Template" smart service to generate the report. I have large number of ###key### in the template. Everything works fine.
But when I make some changes in the template and upload it again, it removes the most of the mappings done previously. I has to do it again and again each time I update the template.
e.g. Even if I modify the alignment of the text and upload the new version of the document, and when I go back to that node and rescan the template, some of the mappings will be lost. (If I run the process model without rescanning or updating the new template in that node, generated report does not replace the ###key### values.
Please advice....
OriginalPostID-81495
OriginalPostID-81495
Discussion posts and replies are publicly visible
Parents
0
Jim Beckley
Appian Employee
over 11 years ago
Make sure that you have your spell checking and grammar checking options turned off when you update the files. Also, you'll need to examine your updated templates to ensure that there aren't any partial elements appearing within any of the merge fields. Do this by changing the file format from docx to zip, and opening the document.xml file. For example: the following XML won't work, due to the </w:r> close tag being inside the merge field. <w:rFonts w:ascii="Helvetica" w:hAnsi="Helvetica" w:cs="Helvetica"/><w:t>###</w:t></w:r><w:t> VARIABLE<w:t>###</w:t>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jim Beckley
Appian Employee
over 11 years ago
Make sure that you have your spell checking and grammar checking options turned off when you update the files. Also, you'll need to examine your updated templates to ensure that there aren't any partial elements appearing within any of the merge fields. Do this by changing the file format from docx to zip, and opening the document.xml file. For example: the following XML won't work, due to the </w:r> close tag being inside the merge field. <w:rFonts w:ascii="Helvetica" w:hAnsi="Helvetica" w:cs="Helvetica"/><w:t>###</w:t></w:r><w:t> VARIABLE<w:t>###</w:t>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data