hashing field name for real-time ingestion | Community
Skip to main content
New Participant
November 22, 2021
Solved

hashing field name for real-time ingestion

  • November 22, 2021
  • 1 reply
  • 1164 views

Hi,

please help me on How to hashing the field name during HTTP API ingestion and storing it in a different field name?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by pradeep_nextrow

@sandip_surse - You can do it if you ingesting/streaming non-xdm data and using a mapper (when you are setting up the source connection). Even if you are using XDM, make sure you select "non-xdm" in the first step, which will bring you the mapper. While in the mapper, you can add a calculated field and hash it. Below is a screenshot of the same.

 

 

1 reply

pradeep_nextrow
pradeep_nextrowAccepted solution
New Participant
December 6, 2021

@sandip_surse - You can do it if you ingesting/streaming non-xdm data and using a mapper (when you are setting up the source connection). Even if you are using XDM, make sure you select "non-xdm" in the first step, which will bring you the mapper. While in the mapper, you can add a calculated field and hash it. Below is a screenshot of the same.

 

 

New Participant
December 7, 2021

Hi Pradeep,

Thanks for the revert we are following your approach as per you suggested but its not working we are trying to hashed member ID and stored into street4 using API ingestion method.

 

please find the below attachment for your reference.