smooks conversion from java to xml, csv, json, delimiter, unedifact

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srikanth d
    New Member
    • Apr 2017
    • 2

    smooks conversion from java to xml, csv, json, delimiter, unedifact

    Hi everyone,

    We have a requirement to convert from java object to xml, csv, json, unedifact, delimiter files. will anyone kindly advice me to proceed? for java-to-xml smooks has example application but in that , the xml's elements are named with fully qualified names of the classes, but our requirement is it should not be and for the remaining file conversion types(csv, json, unedifact, delimiter) there are no examples so anyone please advice me in these requirements. thanks.
  • chaarmann
    Recognized Expert Contributor
    • Nov 2007
    • 785

    #2
    After you have your XML, use XSL transformation to reduce the fully qualified classnames to normal classnames (via XSLT-commands like substring() in the XSL).
    You can also modify or write your own XSL to transform your XML document to CSV, JSON etc., if the available XSL transformation files for these cases do not suit your needs.

    This is not JAVA related, so for further questions the XML-forums can give you a better advice.

    Comment

    Working...