I have a Method i used to extract info from a website and have it currently going to TXT files. I am looking to sort the information out similar to how it is displayed in the output when I do a print statement to show results as shown below:
QB 3 Anderson, Derek ACT TDS -- INT -- YDS -- RTG 0.0 CAR
QB 2 Barkley, Matt ACT TDS 0 INT 4 YDS 300 RTG 44.6 PHI
QB 5 Bethel-Thompson, McLeod ACT TDS 0 INT 0 YDS 0 RTG 0.0 SF
In my text file I have it shown as:
QB3Anderson, DerekACTTDS--INT--YDS--RTG0.0CARQB2Barkley, MattACTTDS0INT4YDS300RTG44.6PHIQB5Bethel-Thompson, McLeodACTTDS0INT0YDS0RTG0.0SF
Any Suggestions (Please note this is in Java)