79287011

Date: 2024-12-17 07:45:07
Score: 1
Natty:
Report link
<<if [CustomerDetails != null && !CustomerDetails.isEmpty()]>><<foreach [customer in CustomerDetails]>> First Name: <<[customer.firstName]>>
Last Name: <<[customer.lastName]>>
Email Address: <<[customer.emailAddress]>>
<</foreach>> 
<</if>>

..i use this syntax its working and in java

ReportingEngine engine = new ReportingEngine();
      
        engine.buildReport(doc, customerData);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sridhar B