この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi,
We have created a Profile enabled schema and dataset with custom primary identifier "customer_id".
On data ingestion using HTTP API method, data is getting added to system.
In addition to this, can also see an error in batch ingestion details in Dataset.
Error : The uuid=90909090909090909909090909090909CUST01 provided is not valid, it should be 38 characters in length.
Tried giving 38 characters in customer_id field, still getting same error.
PFA snapshot
Why we are getting this error? even after giving 38 characters?
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Hi @_abs9900
You can use the data prep function to create a guid. this can be used in the data prep functions when ingesting data.
Check out the special operations for guid https://experienceleague.adobe.com/docs/experience-platform/data-prep/functions.html%3Flang%3Dsv#spe...
表示
返信
いいね!の合計
Hi @_abs9900 - Whats the identity namespace of the primary identifier? Is it ECID? Also does your schema has a UUID field , if yes, can you share what type of field is it
表示
返信
いいね!の合計
Hi @arpan-garg ,
Thanks for your response.
We are using a custom created namespace for identifier and only 'customer_id' field as an unique identifier.
Thanks
表示
返信
いいね!の合計
Hello
Have you considered using the GUID function when creating the UUID. This function will create a unique 38 char value for ingestion.
Please let me know if this works.
Thanks
Bryan
表示
返信
いいね!の合計
Hi @brekrut ,
We are using streaming ingestion here, using http API source method.
Is it possible to use GUID function in streaming ingestion?
I understand in batch ingestion, during field mapping we can configure functions.
I'm new to AEP, so if there is any documentation that can help, please suggest that too.
Thankyou
表示
返信
いいね!の合計
Hi @_abs9900 - Are you streaming the event data or profile data? If its event data then you can use the data prep functions via datastreams. You can see this video for reference https://www.youtube.com/watch?v=rnK-zb55D9E
表示
返信
いいね!の合計
Hi @_abs9900
You can use the data prep function to create a guid. this can be used in the data prep functions when ingesting data.
Check out the special operations for guid https://experienceleague.adobe.com/docs/experience-platform/data-prep/functions.html%3Flang%3Dsv#spe...
表示
返信
いいね!の合計