Okay so I have quite the conundrum. I'm pulling hierarchical data out of a data system. I'm utilizing Monarch 11 in order to strip out the necessary data that i need. An example of what I'm left with is below.
<tbody>
</tbody>
Basically it's a profile name that can have various different options with various sub-options. I didn't need the sub-options for what I'm doing with the data so I didn't strip out the sub-options. The number of options that are available to the profile names vary. Since I didn't strip out the sub-options, I'm left with duplicated options (essentially, each duplicated option you see just means that there was more than one sub-option which is why it stripped out the duplicate option). I basically want to copy the data from each like row (profile name) into just one unique profile name row. I then need to have each option to only show up once in each row (taking out the duplicate options within the row). I have over 1400 rows of data that show duplicates on both the rows and the data (as explained above). I need this all consolidated as such so I can throw it into an Access database for easy viewing of what options are available to each profile name. Any assistance with this issue is greatly appreciated!
V/R,
Chad
PROFILE NAME | Option1 | Option2 | Option3 | Option4 | Option5 |
BASIC | ACE | ACE | SCE | ZBE | ZBE |
BASIC | ZBE | ZBE | ZZE | ZZF | ZZF |
BASIC | ZZZ | ||||
INTERMEDIATE | BBE | CCE | |||
ADVANCED | ACE | BCV | BCV | CDE | FGE |
ADVANCED | REY | REY | ZZE | ZZE | ZZZ |
<tbody>
</tbody>
Basically it's a profile name that can have various different options with various sub-options. I didn't need the sub-options for what I'm doing with the data so I didn't strip out the sub-options. The number of options that are available to the profile names vary. Since I didn't strip out the sub-options, I'm left with duplicated options (essentially, each duplicated option you see just means that there was more than one sub-option which is why it stripped out the duplicate option). I basically want to copy the data from each like row (profile name) into just one unique profile name row. I then need to have each option to only show up once in each row (taking out the duplicate options within the row). I have over 1400 rows of data that show duplicates on both the rows and the data (as explained above). I need this all consolidated as such so I can throw it into an Access database for easy viewing of what options are available to each profile name. Any assistance with this issue is greatly appreciated!
V/R,
Chad