How to Split (A Single Golden with multiple Master Golden record into multiple Golden Record based on business Condition
S
Subramani SIVARATHNAM
started a topic
3 months ago
How to Split a Single Golden Record with Multiple Master Golden Records into Multiple Golden Records Based on Business Conditions Using PL/SQL Program?
Our database is PostgreSQL.
**Example:**
- **Golden Record (GD)**: ABC Corp
- **Master Record 1 (MD1)**: American Broadcast Corporation
- **Master Record 2 (MD2)**: Albert Book Company
Our goal is to split the master records as follows:
- **GD1**: American Broadcast Corporation (from MD1)
- **GD2**: Albert Book Company (from MD2)
We would like to accomplish this using a PL/SQL script, noting that our database is PostgreSQL.
Best Answer
G
Guillaume RIVOLLIER
said
3 months ago
Hello,
I have moved this topic as it was originally posted in an xDI related forum.
Subramani SIVARATHNAM
How to Split a Single Golden Record with Multiple Master Golden Records into Multiple Golden Records Based on Business Conditions Using PL/SQL Program?
Our database is PostgreSQL.
**Example:**
- **Golden Record (GD)**: ABC Corp
- **Master Record 1 (MD1)**: American Broadcast Corporation
- **Master Record 2 (MD2)**: Albert Book Company
Our goal is to split the master records as follows:
- **GD1**: American Broadcast Corporation (from MD1)
- **GD2**: Albert Book Company (from MD2)
We would like to accomplish this using a PL/SQL script, noting that our database is PostgreSQL.
Hello,
I have moved this topic as it was originally posted in an xDI related forum.
You can take inspiration from the 4th example of this page of the documentation.
This will split the masters into multiple golden records, using the SQL API.
Best regards,
Guillaume R
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstSubramani SIVARATHNAM
Any Response to this is really appreciated/
Guillaume RIVOLLIER
Hello,
I have moved this topic as it was originally posted in an xDI related forum.
You can take inspiration from the 4th example of this page of the documentation.
This will split the masters into multiple golden records, using the SQL API.
Best regards,
Guillaume R
-
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 78 topics