Jump to content
UBot Underground

[Help ] Have Scraped Content In Single Celle Of Csv File


Recommended Posts

Hi,

I want to scrape google's Result title in csv file, but when it see the csv file it add the content into 10 cells, is it possible IF this can be limited to single cell, may be with some kind of seperator or some custom text like "ahsn" instead just coma seperated..

 

if no then how to have all 10 results into single cell with coma seperated?

Link to post
Share on other sites

10 cells to 1 cell ?

 

Change symbol channel.

basic csv

"," = cell

"newline" = row

navigate("https://www.google.co.th/search?num=20&newwindow=1&safe=off&site=&source=hp&q=data&gws_rd=cr&ei=xvEnWPmlA8fnvASjo534DQ","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#Title,$replace($scrape attribute(<(tagname="h3" AND class="r")>,"innertext"),$new line,"||"),"Global")
set table cell(&Csv,0,0,#Title)
save to file("{$special folder("Desktop")}\\test.csv",&Csv)
  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...