# | // Sample text input for the AutoSketch Organizational Tree Wizard
|
---|
1 | // Format: R | T | Name[ | Desc] |
2 | // where |
3 | // R = The row number of this node |
4 | // T = The row number that this node's parent |
5 | // Name = The name of this node |
6 | // Desc = Optional description for the node |
7 | 1 | 0 | Jon Brenneman | President |
8 | 2 | 1 | Jim Corcoran | VP Sales |
9 | 3 | 1 | Tom Shirkey | VP Marketing |
10 | 4 | 1 | Matt Kinnan | VP Entertainment |
11 | 5 | 2 | Dan Hapke | Sales Manager |
12 | 6 | 5 | John Pope | Salesperson |
13 | 7 | 5 | Dan Conley | Salesperson |
14 | 8 | 5 | Steve Cichowski | Salesperson |
15 | 9 | 1 | Brian Holmes | VP Human Resources
|