Jump to content
Changes to the Jaspersoft community edition download ×

dynamic data from json-file


franxic

Recommended Posts

  • 4 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

It is a hassle to convert a multi-level JSON file to a two-dimensional table using the report script. I think you could consider using esProc to prepare data that the report needs. The report then can access the esProc code via JDBC.

A1=file("d:\source.json").read().import@j()

A2=A1.news(custCars;A1.custName:custName,carMake,carModel,carMiles)

Refer to http://blog.raqsoft.com/?p=4789 for more details.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...