Empty <td> issue

Describe the problem.
I have the following kind of table

2012 2013
data1 data2 data3

once I try to scrap the table the first column is ignored (caused by the first empty td)

Sitemap:
Selector:div.table
Header row selector: tr:nth-of-type(1)
Data rows selector: tr:nth-of-type(n+2)

1 Like