JSON Data Binding Issue with MRT file
Posted: Wed Feb 20, 2019 11:43 am
Hello
You should see the attachment now.
I am trying to bind the data from a JSON source to a stimulsoft MRT template how ever it is not working correctly as expected.
Please fine attached StimulSoftReportTest.zip that contains all the artifacts required to debug this
Unzip the attached Zip file to a local folder
1. You can find the java source in src\com\sppl\stimulsoftreport\StimulsoftReportTest.java
2. You can find the JSON at src\Reports\Input\Data\10000092_SoA.json
3. You can find the MRT template at src\Reports\Input\Template\stimulsoft_base_template.mrt
5. output PDF is generated at src\Reports\Output\output.pdf. The expected output is in ExpectedOutput.pdf
If you open output.pdf you can see that the report is incomplete with some numeric data being displayed in the transaction summary section.
Data from the data tables dtMaster, dtSummary, dtTrxn are not being displayed correctly as expected.
Can any stimulsoft JAVA SME please look into this and advise how to make sure all the data tables extracted from the JSON source are bound correctly to the MRT and displayed correctly?
You should see the attachment now.
I am trying to bind the data from a JSON source to a stimulsoft MRT template how ever it is not working correctly as expected.
Please fine attached StimulSoftReportTest.zip that contains all the artifacts required to debug this
Unzip the attached Zip file to a local folder
1. You can find the java source in src\com\sppl\stimulsoftreport\StimulsoftReportTest.java
2. You can find the JSON at src\Reports\Input\Data\10000092_SoA.json
3. You can find the MRT template at src\Reports\Input\Template\stimulsoft_base_template.mrt
5. output PDF is generated at src\Reports\Output\output.pdf. The expected output is in ExpectedOutput.pdf
If you open output.pdf you can see that the report is incomplete with some numeric data being displayed in the transaction summary section.
Data from the data tables dtMaster, dtSummary, dtTrxn are not being displayed correctly as expected.
Can any stimulsoft JAVA SME please look into this and advise how to make sure all the data tables extracted from the JSON source are bound correctly to the MRT and displayed correctly?