I am struggling to retrieve the text from some lines of JS.
The lines are like this and the same one can be found twice or three times in the document (meaning that I have to find the duplicates): {"year":2,"module":"POSTGRAD","price":6651.54,"additionalhours":-56.21}
The text should be saved a txt file, for example: courses.txt Everytime the code is execute, another line should appear, something like: date, year, module.
15.06.2024, year 2, module POSTGRAD, price 6651.54, additionalhours 56.21 ;
I would be very grateful if you could guide me where can I start.
Thank you in advance
I couldn’t find much information for this
vssraat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.