开发者

Are there any integration frameworks like smooks for .NET?

开发者 https://www.devze.com 2023-02-05 06:04 出处:网络
I\'m doing a lot of work coding merging and data transformation in C#, and I\'m just wondering if there are any good \"helpers\" for doing that instead of handcoding it all.

I'm doing a lot of work coding merging and data transformation in C#, and I'm just wondering if there are any good "helpers" for doing that instead of handcoding it all. (that is, without going for a full integration platform like Biztalk) I'm talking merging and开发者_如何学C mapping textfiles to produce XML, quite big files but only some very month.

In java, there are a bunch of small ESB's and other things like Smooks that would help, but are there anything like that for C# or is it easier to just go for LINQ?

Regards


In order to perform ETL-like operations in C# code there is always Rhino ETL.

Github repository: https://github.com/ayende/rhino-etl

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号