How do I get the golden data for a given source id?
S
Stephanie Fourrier
started a topic
over 1 year ago
How do I get the golden data for a given source id?
Best Answer
S
Stephanie Fourrier
said
over 1 year 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
Stephanie Fourrier
said
over 1 year 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
Stephanie Fourrier
How do I get the golden data for a given source id?
Getting the golden data for a given source record ID:
Stephanie 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 57 topics