c# - Is there a Transformation engine or library using .NET? -
we're looking transformation library or engine can read input (edifact files, csv, xml, stuff that. files (or webservices results) contain data must transformed known business object structure.) data should transformed existing business object using custom rules. xslt both complex (to learn) , simple (not enough features)
can recommend c# library or engine? have seen altova mapforce can send out dozens of people build / design own transformations without having pay dozens of altova licenses.
if think xslt difficult you, think can try linq xml parsing xml files. integrated in .net framework, , can use c# (or, if use vb.net 9.0, better because of xml literals) instead of learning language. can integrate existing application without effort , withouth paradigm mismatch between language , file management occurs xslt.
sure, it's not framework or library parsing files, neither xslt is, so...
Comments
Post a Comment