Hi Everyone,
I have one link by pasting it over chrome it downloaded the file directly. So, need your help how to configure that link so i could download that file in alteryx itself and transform it.
Link :- https://sample-videos.com/csv/Sample-Spreadsheet-1000-rows.csv
Can anyone help me create the workflow routine or direct me how to use it in alteryx.
Thanks
Hi @atulggrwl2
Take a look at the attached. The URL is passed into the download tool, then I use the text to columns tools to split the data into rows, as well as split the data into columns. It doesn't look like column headers are included though.
Hi @atulggrwl2 ,
I've attached the workflow for you.
It's worth looking into the parsing tools.
Hope this helps.
M.
Hey @atulggrwl2
Here is an approach that downloads the file as a temporary file, passes that file path onto the Python Tool, and the a small python script reads in the data for you.
I've attached a sample workflow for you to try.
Thanks!
Phil
Since @Maskell_Rascal posted his Python version - I've included an R version. Note - requires you to download the readr package. Note 2- gives you the column headings so it's 999 row - unlike the Python version...
Thankw for your solution this is the dummy site i have given it to you for download but in acual scenario it is not able to give me any output.
We have some site need login id and password so like if we already signed in google chrome and paste that link that we are able to download
Thanks for these solutions, I solved the problem with my website, how about data recovery, can this do it
Hi @atulggrwl2 ,
HERE is a link to a walkthrough guide of how to scrape password protected websites.
I hope that answers your question.
M.