Thanks both! I think I prefer hagchr's method but both work. I realized I was looking at an anonymous array but was unsure of the syntax required to parse the array elements.
I am now able to do what I wanted.
Thanks again.
Search found 4 matches
- Sat Jun 04, 2022 1:14 pm
- Forum: Technical / Scripting
- Topic: Help with JSONPARSE
- Replies: 4
- Views: 5243
- Tue May 31, 2022 3:11 pm
- Forum: Technical / Scripting
- Topic: Help with JSONPARSE
- Replies: 4
- Views: 5243
Help with JSONPARSE
Hello, Would anyone be able to offer some assistance to me parsing some JSON. I have been trying to do this for about a week now an can't seem to make any progress. The JSON I am interested is the response from this URL: https://1ml.com/channel?json=true I would like to be able to parse out the foll...
- Sat Apr 21, 2007 7:03 pm
- Forum: Technical / Scripting
- Topic: HTTPrequest query for a CSV file download
- Replies: 2
- Views: 4902
Thank you
Thank you - the code you suggested works a treat!
- Sat Apr 21, 2007 10:11 am
- Forum: Technical / Scripting
- Topic: HTTPrequest query for a CSV file download
- Replies: 2
- Views: 4902
HTTPrequest query for a CSV file download
I am trying to write a script that will download some financial (share price etc) data from a website daily. The url works fine from Internet Explorer, it downloads a CSV file but I'd like to automate this with a HTTPrequest command. The url is: http://www.advfn.com/p.php?pid=filterxdownload&show=1_...