I somehow need to fetch a url and then parse its contents.
(e.g.) http://www.mydomain.com/example.csv
I'm trying to extract the 3rd and 4th coma value below from the ouput of a csv file.
The CSV file output is:
610,0,0,0
I was leaning towards using xml this would be easier.