rageman002
New Member
I'm trying to figure this out, I feel like it should be easy, but I can't wrap my head around it.
I'm looking to make a tool that can export the names of the top 3 finishers to a text file.
Content manager creates a .json file with all the information on the race in it, in there it lists all the drivers in their starting order, and then there's a field that shows the results based on their starting position, it looks like this:
"raceResult":[1,7,3,5,2,8,10,4,6,9,16,11,18,15,24,20,13,19,28,12,17,14,21,23,25,26,30,29,22,27,0]}
I'm trying to figure out how to export names 1, 7, and 3 to a text file.
Can anyone point me in the right direction to doing this? I'm still very new at this stuff.
I know content manager shows you the results, but I really need them in a text file that I can copy and paste.
I'm looking to make a tool that can export the names of the top 3 finishers to a text file.
Content manager creates a .json file with all the information on the race in it, in there it lists all the drivers in their starting order, and then there's a field that shows the results based on their starting position, it looks like this:
"raceResult":[1,7,3,5,2,8,10,4,6,9,16,11,18,15,24,20,13,19,28,12,17,14,21,23,25,26,30,29,22,27,0]}
I'm trying to figure out how to export names 1, 7, and 3 to a text file.
Can anyone point me in the right direction to doing this? I'm still very new at this stuff.
I know content manager shows you the results, but I really need them in a text file that I can copy and paste.