http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp
I want to download for just not for this default date but today … today + 7 days.
So the URL you need to pass for this is
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate=2008-08-13
…
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate=2008-08-19
I am using the formula,
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+n}{:longyear}-{:0Month}-{:0Day}
This always gets the default page.(current date one).
Thanks for your help
Thank you for writing us.
Please try our Offline Explorer Pro product. It is purposed for web sites downloading. It supports macro language which you can use to specify your task.
Sincerely,
Alexander.
| Alexander Bednyakov
| MetaProducts Corporation
Hi This is Bidya Sagar.
Can you please let me know how you able to solve the problem below. I too need to download for just not for this default date but today … today + 7 days.
I appreciate your help.
Hope to hear from you soon.
Thanks & Regards
Bidya Sagar
> I am trying to download from this website.
>
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp
>
>
>
> I want to download for just not for this default date but today … today + 7 days.
>
> So the URL you need to pass for this is
>
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate=2008-08-13
>
> …
>
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate=2008-08-19
>
>
>
> I am using the formula,
>
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+n}{:longyear}-{:0Month}-{:0Day}
>
>
>
> This always gets the default page.(current date one).
>
>
>
> Thanks for your help
>
>
>
>
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+0}{:longyear}-{:0Month}-{:0Day}
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+1}{:longyear}-{:0Month}-{:0Day}
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+2}{:longyear}-{:0Month}-{:0Day}
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+3}{:longyear}-{:0Month}-{:0Day}
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+4}{:longyear}-{:0Month}-{:0Day}
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+5}{:longyear}-{:0Month}-{:0Day}
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+6}{:longyear}-{:0Month}-{:0Day}
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+7}{:longyear}-{:0Month}-{:0Day}
Best regards,
Oleg Chernavin
MP Staff
Hi Thanks for your immediate reply. I tried as below:
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=20080414}{:2008}-{:04}-{:14}
This does not work. Am I doing something wrong. Can you please correct the above if I want yesterday's data.
Thanks
Bidya Sagar
> This set of URLs worked well:
>
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+0}{:longyear}-{:0Month}-{:0Day}
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+1}{:longyear}-{:0Month}-{:0Day}
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+2}{:longyear}-{:0Month}-{:0Day}
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+3}{:longyear}-{:0Month}-{:0Day}
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+4}{:longyear}-{:0Month}-{:0Day}
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+5}{:longyear}-{:0Month}-{:0Day}
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+6}{:longyear}-{:0Month}-{:0Day}
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date+7}{:longyear}-{:0Month}-{:0Day}
>
> Best regards,
> Oleg Chernavin
> MP Staff
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date-1}{:longyear}-{:0Month}-{:0Day}
Oleg.
>
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date-1}{:longyear}-{:0Month}-{:0Day}
>
> Oleg.
Thanks again for your note. BTW, I am using IE not any meta product. I tried the above in a new browser (internet explorer) but still it gets the default page with the current date one.
See I want to download for just not for this default date but today … today + 7 days and today - 3 days. For automation, I want to pass the date in the url as query string but the above formula does not work.
I tried as below also:
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate=2008-04-15
until unless I hit enter it does not go to the required date in a new browser. But while making the process automatic I can not hit enter thus is there any way to pass the date in the url so that without hiting enter it will go to the required date.
Can you please help me.
Thanks again
Bidya Sagar
> >
> > http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date-1}{:longyear}-{:0Month}-{:0Day}
> >
> > Oleg.
>
>
> Thanks again for your note. BTW, I am using IE not any meta product. I tried the above in a new browser (internet explorer) but still it gets the default page with the current date one.
>
> See I want to download for just not for this default date but today … today + 7 days and today - 3 days. For automation, I want to pass the date in the url as query string but the above formula does not work.
>
> I tried as below also:
>
> http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate=2008-04-15
>
> until unless I hit enter it does not go to the required date in a new browser. But while making the process automatic I can not hit enter thus is there any way to pass the date in the url so that without hiting enter it will go to the required date.
>
> Can you please help me.
>
> Thanks again
>
> Bidya Sagar
Hey:
Just to let you know that just now I downloaded the Offline Explorer Pro 4.9 and tried the link
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate={:setdate=date-1}{:longyear}-{:0Month}-{:0Day}
this also get the default page with current date.
so i donot know what to do.
Hope to hear from you soon.
Thanks again
http://mospublic.ercot.com/ercot/jsp/midterm_load_forecast.jsp?marketdate=2008-04-16
Oleg.