Hi,

I have a problem converting a flat file to xml.
The structure of the flat file is a header and a datapart.
The header contains the summation of the data and a start/end date.

So there are two possibilities:
- We receive the header and the data in two separate files (how to identify each data file with his header? how to put the two different files into one xml?)
- The header can be in the same flat file where the data is (but how do we define that the first line has a different structure than the lines that follow?)

continue reading.....