Hi,
I am trying to connect to the New York Times' COVID data set, as maintained on their GitHub repository (https://raw.githubusercontent.com/nytimes/covid-19-data/master/live/us-counties.csv). I can point the download tool to this URL and successfully download the data, but how do I parse the multi line csv data from a single row into a full data set? I have used the parse tool successsfully in the past with json data, is there an equivalent for CSV data that is \n delimited between rows?

If the answer is no, one alternative is to use the download tool to save the data to a file and then import the file, which will come in as multiple rows. Is it possible to import the data within the same workflow? How can I force it to execute the download prior to importing?