I was curious to know how one would merge line segments that have similiar start and end points. For example:
FID     Start     End
1          0          7
2          7          53
3          53         82
4         108         123
5         123         135
I want to be able to turn these 5 segments into 2 by using their start and end points. I do not think a dissolve would work for this but i could be wrong. Any suggestions?