scriptlet4docx
scriptlet4docx copied to clipboard
Tags which are not part of param should be set as empty after the generation
Hi,
can we have the option to set the tags as empty if the param is not present in the parammap.
Template has ${EmployeeName} but param doesn't contain EmployeeName
So the final generated document should have empty value instead of ${EmptyName}.
Ex: My name is ${PERSON_NAME}. After generation, if PERSON_NAME is not provided in the map it should be
My name is .