Does anyone know irobot well enought to help me with this...

Mr Salt

Newbie
Joined
Sep 17, 2013
Messages
15
Reaction score
0
Hello. I'm a total newbie, not a very good coder...

I have a test file that I am creating, to familiarize myself with the functionality of the software. However, I have hit a snag. And my forum registration has not gone through yet.

So here is my issue: I have 2 types of table data to scrape. One is a simple chart, another is a more expansive. The data cannot be displayed all at once. Some is duplicated between tables, but not all. So I have to read both the "standard" and "expanded" tables, and extract the data. The problem is, I don't know how to write it out to the CSV file in a way that it will append the additional fields to the row, based on the key field. (which is a name) I don't want to duplicate in the CSV. Also not sure if this needs to be done in 2 separate tasks, or not.

Any help is greatly appreciated.
 
Back
Top