in reply to Re^2: create a level csv
in thread create a level csv

The following line - the first line in your root file - appears twice: once at level 0 and a second time at level 1.

0 440Z0220-932§other information 1 440Z0220-932§other information

Similarly the following line - the first line in one of your leaf files - appears twice: once at level 1 and a second time at level 2.

1 623Z5462-1003§other information 2 623Z5462-1003§Other information

But the following line - the first line in the other of your leaf files - appears only once. I don't understand why this line is different from the others.

1 623Z5462-1001§other information

The first line - at level 0 - seems odd to me.

And it seems odd that any of the lines are duplicated.

Replies are listed 'Best First'.
Re^4: create a level csv
by Paulux (Acolyte) on Apr 17, 2009 at 07:18 UTC
    In the output file only the first line of the "root" file have to be written that is the level 0 of a structure. The next lines are the component that can link to the first line of the other files. This line doesn't be written in the output file. Infact in the previous example I have done a mistake.