in reply to Re: constructing a tree from csv file
in thread constructing a tree from csv file
Suppose P.P belongs to group 'A', P.P.E belongs to group 'B',,So Id like to have their group names output against them also.
Of course number of groups will be hardly 4 or 5. How can I do it ?M143: M143<-M10<-Q = P.P, A M420: M420<-M143<-M10<-Q = P.P.E, B M407: M407<-M143<-M10<-Q = P.P.PL, C M10: M10<-Q = P, D M421: M421<-M143<-M10<-Q = P.P.E, B M406: M406<-M143<-M10<-Q = P.P.PL, C
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: constructing a tree from csv file
by choroba (Cardinal) on Nov 01, 2013 at 10:37 UTC | |
by zing (Beadle) on Nov 01, 2013 at 11:45 UTC | |
by zing (Beadle) on Nov 01, 2013 at 15:10 UTC | |
by choroba (Cardinal) on Nov 01, 2013 at 16:46 UTC | |
by zing (Beadle) on Nov 11, 2013 at 03:53 UTC | |
by choroba (Cardinal) on Nov 11, 2013 at 09:32 UTC | |
|