I have this very long line of info in 1 file, and i want to extract it, so that the end result look like this output.txt ? Please help !
My input looks like:
[{"city":"london","first name":"peter","last name":"hansen","age":"40"},
{"city":"new york","first name":"celine","last name":"parker","age":"36"]
Output.txt
peter (40)
celine (36)