I am desperately trying to use the following library: ofx4j . But the documentation regarding parsing the inx file is a bit easier. It says: if you have a file or other stream resource, you can read it using an instance of net.sf.ofx4j.io.OFXReader
OK, but how to do it?
It also states the following: if you want to decouple OFX directly with a Java object, use net.sf.ofx4j.io.AggregateUnmarshaller.
Good, but it's a little complicated for me. Is there something obvious that I missed? When I try to use unmarshaller, it asks me to implement an interface.
Can someone point me to an online resource explaining the bits that I am missing? Or is it better that you understand from the previous statements regarding xreader and unmarshaller?
Please do not bash me, I am learning java with playframework and I would really appreciate the opportunity to parse these .x / files
early.
java xml ofx
mrburns
source share