Skip to content

Tag: jsonnode

How to generated the csv file from json data with Java?

I try to generate csv file from json type data. These are my json test data. The problem is json array type “seriess” does not contain “notes” node in all every nodes. I made the below java codes to change this json data to csv file with header columns But the incorrect results are sho…