On Jun 7, 2:41 pm, Jan Eliasen <elia...@[EMAIL PROTECTED]
> wrote:
> It should work.
It does! :-) Thanks very much.
Can you also explain why adding "another level of indirection" works?
My initial schema just had a root node with some attributes. Your
solution has a root node and a child with the attributes. Why does one
work and the other doesn't?
Another related question: Is it possible to split flat files into
grouped records?
I have this (other) file that has repeating identifiers in each line.
[ID] [DATA]
0001,Hello!
0001,How are you?
0002,Dear Sir,
0002,In response...
I would like to split this in two messages, one for each ID and each
message would have two records. Is that possible or am I looking at
writing my own disassembler component here...?
Thanx,
Marc Jacobi


|