Jump to content
UBot Underground

Recommended Posts

I haven't used Ubot for ages, so I'm a bit rusty, but this problem seems odd to me.

I've scraped data from multiple pages, adding to two lists. One is a product title, the other a description, an example page is here: http://cateringequipment-uk.co.uk/proddetail.asp?prod=Lincat-OG7502-Atmospheric-Steamer&cat=242

 

I then add lists as a column to a table, column one and two. The debugger looks fine:

 

04.09.2018-21.12.jpg

 

 

So then I save to file:

 

save to file("C:\\data\\customersData\\catering equipment\\prods\\table.csv",&allscraped)

 

And all I get is this:

 

04.09.2018-21.14.png

 

Only the first line of the description is being saved in the cell.

 

Am I doing something silly here?

 

 

 

Link to post
Share on other sites

What happens when you click on a cell? Do you see the rest in the editing bar above?

 

You may have to wrap your text(description) in "Quotes" to make it one string.

 

Or it may be your delimiter. In the menu at the top of UBot there is a "Bot" button, you can change it there.

 

Regards,

CD

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...