JITIN JINDAL
JITIN JINDAL
For TableScriptingRowProcessor.java private static Pattern groovyFormPattern = Pattern .compile("\\$\\[((.*?)(@\\w+).*?)\\]", Pattern.DOTALL | Pattern.MULTILINE); we need to change this to private static Pattern groovyFormPattern = Pattern .compile("\\$\\[((.*?)(@[\\w+\\W+][^.]*).*?)\\]", Pattern.DOTALL | Pattern.MULTILINE); This will...
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...