I've made a Kimono Labs scraper to grab data from this website which has a few tables with empty cells.
Rather than returning that empty cell, the scraper is returning the next value down the list, so the values in the rows don't correspond to what's in the html table. How do I adjust the settings so that the data stays ordered correctly?
To illustrate, here's what's happening.
Original Kimono
1 2 3 1 2 3
a x y z a x y z
b n o b n e o
c d e f c d f