How do I get the golden data for a given source id?
S
Stéphanie FOURRIER
started a topic
over 2 years ago
How do I get the golden data for a given source id?
Best Answer
S
Stéphanie FOURRIER
said
over 2 years ago
Getting the golden data for a given source record ID:
SELECT M.B_SOURCEID, G.<attribute_list> FROM MD_<entity> M INNER JOIN GD_<entity> G ON ( G.<primary_key> = M.<primary_key> ) WHERE M.B_PUBID = '<publisher_code>' AND M.B_SOURCEID = '<searched_sou
1 Comment
S
Stéphanie FOURRIER
said
over 2 years ago
Answer
Getting the golden data for a given source record ID:
SELECT M.B_SOURCEID, G.<attribute_list> FROM MD_<entity> M INNER JOIN GD_<entity> G ON ( G.<primary_key> = M.<primary_key> ) WHERE M.B_PUBID = '<publisher_code>' AND M.B_SOURCEID = '<searched_sou
Stéphanie FOURRIER
How do I get the golden data for a given source id?
Getting the golden data for a given source record ID:
Stéphanie FOURRIER
Getting the golden data for a given source record ID:
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 72 topics