I have a text file which displays information in row and column form as follows:
1, 1 Optimal etc etc etc
1, 2 Optimal etc etc etc
1, 3 Replaced etc etc etc
I would like to be able to take the information from this text file and put it in another text file in the following manner:
1
1
Optimal
1
2
Optimal
Basically I want to write the first number and second number without the comma. Then I'd like the status to be written. The other information on the chart I want to ignore. Is there a way that I can filter this information and display it in the way that I want? Please let me know how. Thanks in advance.
1, 1 Optimal etc etc etc
1, 2 Optimal etc etc etc
1, 3 Replaced etc etc etc
I would like to be able to take the information from this text file and put it in another text file in the following manner:
1
1
Optimal
1
2
Optimal
Basically I want to write the first number and second number without the comma. Then I'd like the status to be written. The other information on the chart I want to ignore. Is there a way that I can filter this information and display it in the way that I want? Please let me know how. Thanks in advance.