Hello Gurus,
I need your suggestions to complete this name-value pair kind of mapping, please find the below input file format.
Input File:
Item1,Item2,Item3,Item4,Item5 ......Itemn ( first line indicates the Name properties, in this example, we have 5)
AolarBan1,BolarBan2,ColarBan3,AolarBan1,BolarBan2 ( from 2nd line which indicates the Value properties for corresponding 5 Name properties)
AolarBan11,BolarBan22,ColarBan33,AolarBan11,BolarBan22 ( another Value propeties)
..
..
.
N number Value properties will occur in the file.
Target Structure:
Item_Structure 0----Unbounded
Item_Target_Node ----0---Unboubded
Name: Item1
Value: AolarBan1
Name: Item2
Value: BolarBan2
..... and so on
For every Value properites line occur in the file...we need to generate the corresponding Item_Target Node.
Please help me out.
-Stallin