Hi,
I am currently implementing 'unmarshallFromTemplate' to create word document based on existing docx template.
I am able to successfully replace tags but for tags that are not in the hash map I do get 'null' text in the document. I understand that this is a feature, however our requirement is to delete such lines.
I have figured a way to replace 'null' text with empty string, but it is not serving the purpose as ...