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

Thanx a lot for the answer. i'd like to know what you don't understand. Please tell me and I'll try to explain it better.

Replies are listed 'Best First'.
Re^3: create a level csv
by ig (Vicar) on Apr 16, 2009 at 18:51 UTC

    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.

      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.