Hello everyone,
Are you all doing well?
I’m facing a major difficulty in solving an issue.
I need to organize the data I’m receiving from a specific URL (mysite.com/contacts/481435329.txt) through Node HTTP Request. This data consists of a list containing the name and phone number of each person.
My goal is to separate the name from the phone number and also perform a line break whenever “\n” is encountered.
I’ve searched for ways to do this and found that it’s possible using JavaScript. However, I have no knowledge of JavaScript or programming.
Could someone please help me out?
Thanks!