我正在寻找可用于构建基于规则的数据合并应用程序的任何可用库或工具。例如我想要实现的一个例子:
场景:我收到来自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工具不是我在这里寻找的。 p>