Parent-child relationships
Posted: Mon Mar 14, 2011 2:34 pm
Greetings!
I'm working on trying to determine how I can formulate an RE given parent child relationship from the file I'm working with. In sum, the file is formatted as follows:
One other note... The parent-child relationships are dollar values. The decimals points allign, the fields do not have a static startnig column. Example:
Thanks for any suggestions or assistance in advance!
I'm working on trying to determine how I can formulate an RE given parent child relationship from the file I'm working with. In sum, the file is formatted as follows:
Code: Select all
Master record Field1 Field2 Field3 Field4
Parent
Child
Child
Child
Child
Parent
Child
Child
Parent
Child
Code: Select all
1,327.23 (parent)
1,000.00 (child)
100.00 (child)
50.00 (child)
5.00 (child)
172.23 (child)