I saw a few topics about downloading a .csv file from an HTTPS site but the .csv reader does not work for me.
It shows me only the html code in the result. Attached a screenshot. What am I doing wrong?
The scheme is: https://blabla.blalba.com:1234/bla/some_cryptical_text_and_numbers:CSV:::::
I am sorry but I cannot share the link with you.
This makes sense because it is possible to subscribe to this data but only with HTML via mail.
So I think I have to look into the html parser and further data import functions.
Do you have a tip where to look before I start the investigation?
Thanks for welcoming me to the community
… the file definitely points to an .csv file, I can download it via every browser. But in Knime it only sees the html file.
I´m accessing a database through a web layout and as I wrote there is the possibility to subcsribe to a report via mail and this only comes via .htm file. So is it possible that the browser opens the first html step and then downloads the .csv file? How can I achive this in Knime?
Sadly I can´t install any additional extensions.
//Update: It is an authentication problem -.- I looked through the html output in Knime and it wants the login credentials.
Can I give somehow login credentials to the workflow?