...All these Components use the same Meta-Base which can be definied via Attributes (Annotations) on your Business-Classes. Nevertheless differences between Xml- and Db-Serialization can be made via an enum MetaUsage (Database, Xml, Internal …). For Example you can define a Key-Column which is only used for Db-Serialization and excluded for Xml-Serialization. The same can be done with References, Delegations &c.
A special Feature is that all Metadata can be read from a comfortable Object-Model (MetaLayer) for your own needs.
Converts XML to CSV.
You can define wich XML-Nodes should get extracted. The output is in CSV-Format (';'-seperated).
There are many very good XML-Tools out there, but i want a simple tool that extract easely defined content.
Open a Ticket if you wish changes!
Open source custom GUI control that parses FIXatdl documents and renders an appropriate order entry form. FIXatdl is a markup language that works in conjunction with the FIX protocol. It is used to define parameters of algorithmic order types.