IdentityMap | Community
Skip to main content
August 17, 2022
Solved

IdentityMap

  • August 17, 2022
  • 3 replies
  • 4207 views

my identyMap contains something like this - [ECID -> "{(00217892182081596154117317023817799037,f)}"]

what i want to see is 00217892182081596154117317023817799037 , could someone help how to extract

Best answer by Danny-Miller

@askapr2014 If you are referring to how should your SQL look in Query Service, this is how you get the first element in the array:

SELECT identitymap['ECID '][0].ID FROM dataset

3 replies

Anil_Umachigi
Adobe Employee
Adobe Employee
August 17, 2022

Where are you seeing this? i.e where do you want to extract it from? Could you elaborate on usecase. 

Is it the dataset which contains web events? 

 

Danny-Miller
Adobe Employee
Danny-MillerAdobe EmployeeAccepted solution
Adobe Employee
August 17, 2022

@askapr2014 If you are referring to how should your SQL look in Query Service, this is how you get the first element in the array:

SELECT identitymap['ECID '][0].ID FROM dataset

May 28, 2024

Thank you for your reply, do you know how to fetch identitymap emails?

 

August 19, 2022

@askapr2014  seems your query has * , thus result is ("values inside by ,"). 

Put Were condition and you should be fine.