I'm evaluating Rhino ETL and I understand the basics, but I'm confused as to how to handle foreign key relationships when loading data.
For example, my source DB has "person" and "person_phone" tables, where each person can have 0 or more phone number records. In my destination DB, PERSON has an autoincrementing PK. How do I structure my Process and Operations such that I can link child Phone rows to the parent Person? Is this built into the ETL library, or do I need to manually keep track of these IDs? Thanks! Seth -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
