Hi All,
Can you please help me How can we download multiple csv files from Grafanna webpage.
Thanks in Advance.
Hi All,
Can you please help me How can we download multiple csv files from Grafanna webpage.
Thanks in Advance.
Welcome to fourms
Can you share the screenshot how the CSV files are arranged in the webpage?
Thanks,
Srini
Hi @Kumari_Neha
You can try this approach
Use Data scrapping option to scrape all values under View report column, also extract URL along with their names while data scrapping.
Loop through each value in datatable obtained as output of step 1, then use navigate to to go the link for every iteration and downloads it by saving with file name
Another way to try is ,
extract only names /values under View Report and loop through it, by fine tuning selectors, click on report name value and save it
Hope this helps
Thanks & Regards,
Nived N
Happy Automation
A workaround to work only in background is to get report file from /opt/influx/ex… path using SFTP
Official FTP Package suports not only FTP and FTPS but also SFTP that uses SSH to connect natively to linux based systems.
Hope it helps!