I have multiple records in a flatfile that needs to be mapped to the xml.
In each record there are fields that are mapped to single field in xml tag(document list).
xml tag is generated for each field in flatfile.
how shall i generate successive tags for fields in each record?
a record in flatfile will appear only once.
Thanks in advance!