Need to fill a form

Describe the problem.

I need to scrape a site where a text box asks for a date and click a button in order to retrieve some tables with data.
No problem with the data on the tables but need to enter every date from where I need the data and press click.
I have all the dates (roughtly 1000) in a csv (or similar) file. Need to make web scraper take the list and enter those dates in the correct field, press the button and scrape. And again until finished.

Any idea if this could be done more or less simply?

Url: http://www.rofex.com.ar/cem/TickByTick.aspx

Sitemap:
{id:"sitemap code"}

Hi

with Web scaper, it is not possible to input parameters before scraping.

You can only modify the URL in the metadata . Sometimes this tip is useful