Every week at work I get a .txt file which is basically survey results. Format is something like this:
1/02/25
893747 (always six digits)
Jeff
Completely Agree
Disagree (this line is optional, not always present)
Neither Agree Nor Disagree (optional)
Random Comments (optional)
1/07/25
I have to take dozens of entries like that and I manually turn them into this:
893747
Jeff
Completely Agree
1/07/25
I bet there's a way to automate this. Anyone have any suggestions?