http://www.iso-ne.com/markets/hrly_data/selectHourlyLMP.do
I'm trying to parse a CSV generated from the above link.
From what i gather the link is :
http://www.iso-ne.com/markets/hrly_data/selectHourlyLMP.do?locationType=HUB&node=4000&startDate=12%2F20%2F2011&endDate=12%2F20%2F2011
My problem is it seems half the tiem it downloads, half the time it doesn't, almost as if it gets cached in my system.
Is there a way to download and parse a CSV that is generated from a form? The one or two times that it has pulled, it seems that it is almost written in a hidden form outside the HTML.
Any info on maybe what i should look into to accomplish that would be appreciated.
TY!