Skip to Content
0
Former Member
Jan 14, 2008 at 10:38 AM

Single Line Data Type to Collection Data type, Problem in Message mapping

11 Views

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