scriptlet4docx icon indicating copy to clipboard operation
scriptlet4docx copied to clipboard

Tags which are not part of param should be set as empty after the generation

Open JustCodeJJ opened this issue 5 years ago • 0 comments

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 .

JustCodeJJ avatar Jan 20 '21 18:01 JustCodeJJ