I want to read a csv from a URL, but I am failing to connect.
I add a Reader
Format: CSV (Comma Separated Value)
Dataset: http://www.bom.gov.au/fwo/IDQ60801/IDQ60801.94418.axf
under Parameters
Delimiter Character: ,
Field Names Line: 20
Data Start Line: 21
but I get the error
CSV reader: Failed to open file 'http://www.bom.gov.au/fwo/IDQ60801/IDQ60801.94418.axf' for reading. Please ensure that the file exists and you have sufficient privileges to read it
When I use chrome to visit the URL I succeed. The URL and resulting csv file definitely exist.
What I want is to read (and process) the csv file using FME