I have a csv file, the file has the following lines
hdr1
line1
line2
...
lineN
hdr2
line1
...
lineN
I want it to map it to an object with the ff structure
root object 1..1
object 1..1
subobject 0...n
hdr 1..1
line 1...n
How is the mapping of the said data types? Is it possible? Please help....thanks in advance