cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HCI - Content enricher

Former Member
0 Kudos

Hello All,

I have a scenario to look up an Odata entity in successfactors using Content enricher.

But,

For example - The source key element is externalCode = '20000003' of entity 1.

The look up key element 'job code' is in below format as a text and I need to look up based on the value inside the bracket.

<jobCode>Accountant III (20000003)</jobCode>

Is it possible to take the value using substring or offset in SAP HCI during content enricher operation?

Look up Payload

<RoleEntity> <jobCodeMappings> <JobCodeMappingEntity> <RoleEntity_externalCode>1000121</RoleEntity_externalCode> <jobCode>Accountant III (20000003)</jobCode> <externalCode>1000163</externalCode> </JobCodeMappingEntity> </jobCodeMappings> <name_en_US>Analytics Specialist</name_en_US> <status>A</status> <externalCode>1000121</externalCode> </RoleEntity> <RoleEntity>

Regards,

Tibin Joseph

Former Member
0 Kudos

Hello All,

I just tried using below , but no luck..Please help.

Regards,

Tibin Joseph

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Tibin ,

Its not possible to add any kinda transformation inside content enricher step.Its just Key Value pairs,for your case you can have one message mapping prior to Content Enricher and that you can set an temporary field to have required jobcode with transformation and use it for Content Enricher.

Regards,

Sriprasad Shivaram Bhat

Answers (0)