calandrelli
Technical User
I was given a dataset today that looks like this...
Field Value
Part# 97510
TID 100000000
Doc_Type TCP
Stage 5P
Panels 9108B0003,9108D0003,9108L0003,9108M0003
Materials 05695,07212,1980B,1980C,1980D
Revision 10
As you can see the Panels and Materials fields are multi-value fields. I need to parse the fields into multiple records but I don't have a clue where to begin. The number of values in each field is variable and the character length of each value is variable. Any ideas an where to start?
Field Value
Part# 97510
TID 100000000
Doc_Type TCP
Stage 5P
Panels 9108B0003,9108D0003,9108L0003,9108M0003
Materials 05695,07212,1980B,1980C,1980D
Revision 10
As you can see the Panels and Materials fields are multi-value fields. I need to parse the fields into multiple records but I don't have a clue where to begin. The number of values in each field is variable and the character length of each value is variable. Any ideas an where to start?