是否存在基于规则的数据合并或组合.net的库?

时间:2013-03-13 08:11:45

标签: .net merge

我正在寻找可用于构建基于规则的数据合并应用程序的任何可用库或工具。例如我想要实现的一个例子:

场景:我收到来自2家供应商ProviderA和ProviderB的股票上市公司的类似数据

Provider A:
Name : Nokia Oy
Ticker : NOK1V
Country of Issue : Finland
Risk Country : Finland

Provider B:
Name : Nokia Oy
Ticker : NOK1V
Country of Issue : Finland
Risk Country : USA

我想使用

规则合并来自提供者A和提供者B的数据
When Ticker = NOK1V then use Provider B except for RiskCountry -> Use Provider A

这需要是用户可配置的,因此像SSIS这样的ETL工具不是我在这里寻找的。

0 个答案:

没有答案