I totally agree that surveyors benefit greatly from having a good text editor, one that can edit vertically in a "column" mode. Notepad++ is a great free option. I personally use UltraEdit (a paid program) as it has some additional features.
Here is another approach to consider. I use this for many editing tasks.
- Sort the .DAT file based on Column 18. This will put all like point numbers sorted together.
- Switch to column mode, and edit the point numbers as needed.
- Sort by Column 8 to put it back to the original order.
- For other file types that don't happen to have a sequential line number already like the .DAT does, simply use the text editor to automatically insert a sequential number at Column 1. Then, after doing the above, use that to sort back to the original order, and delete the "temporary" line numbers.
This comes in handy for all sorts of things:
- Sorting static GPS data in a Star*Net .GPS file to fix point numbers.
- In AutoCAD, capturing a log at the command line to extract only certain data from an object listing
- Use your imagination! I've found it indispensable for so many data editing tasks over the years.