Jump to content
UBot Underground

Abyssus

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Abyssus

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. One way you can do it is load your data into lists (each list will become a table column). Save each list to file for debugging purposes. Then using the Variable Command, set_list_position and set_table_cell and Flow Command loop, load each table column with your lists one cell at a time. Thats how I did it, but I sure wish there was a pre-existing function that made it easier to do this.
  2. Hey mate, I came across your question after trying the same thing. After many hours of beating my head against the wall, the way I managed to create a 30 row, 2 column CVS file was to load all the scraped data into separate lists (exported to files for debugging/testing purposes) and then creating a looped sub that takes position X+1 from each list, and inserts it into a table at the same position. Just make sure you give each list its own column (0,1,2..etc). You can see my first script attached. Adams Yellowpages Scraper.ubot
×
×
  • Create New...