Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any integration frameworks like smooks for .NET?

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 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

like image 284
elwis Avatar asked Dec 05 '25 16:12

elwis


1 Answers

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

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

like image 119
yorah Avatar answered Dec 08 '25 10:12

yorah



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!