cancel
Showing results for 
Search instead for 
Did you mean: 

Data Hub Look-up

Former Member
0 Kudos

Hi Experts,

I am new to datahub. We are using datahub to import data feeds in hybris. We want to enrich feed in datahub using some CSV or database table. Is it achievable. If yes then how?

Thanks in Advance!!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member333910
Active Participant
0 Kudos

Data Hub provides flexibility in data loading. The documentation is a good starting point.

There is an out-of-the-box CSV Web Service Extension

The Data Load documentation explains how to leverage Spring Integration to match your data loading scenario.

Former Member
0 Kudos

Hi , Thanks for quick reply, I am using csv web service extension for the contiguous feed and it is working fine. But the problem is that for every product received in feed, we want to enrich it using some csv file(on file system ) or database table. Is there any out-of-box feature in data hub that can enrich every product in raw/canonical/publication phase using csv file(file system) or database table. One solution is that we can use custom handler to do so. But OOTB preferable. Hope my problem is clear now. Thanks in advance!

former_member333910
Active Participant
0 Kudos

Is your csv file/database table basically a lookup table? If that's the case you could load the data into a pool in Data Hub (ie. a 'global_config_pool'). Then you could use SpEl expressions to enrich your Canonical and Target items.

Otherwise, custom code is likely your best solution here.

Former Member
0 Kudos

Hi ,

Is there any documentation of 'global_config_pool' available? Could you please provide the link if you have. Thank you!!