I want to create lines from points based on the following:
1) Each feature contains an attribute with one of the following value:
A+, A or A-
2) Feature with A+ means start of the line
3) Feature(s) with A mean means continuation of the line.
4) A- means end of the line.
5) Another A+ means it will start a new line.
I know I can use point connector to connect the points. But, I am having a hard time on creating and then keeping it connected until I encounter A- to break it.
Any ideas?