Google Sheets API empty cells

Thanks Sean! This mostly works, however the shipDate is always 0000-00-00 left like this. The check if index <= 0 means that the first index, [0], always returns fallback.

I tried changing it to if index <= -1 but then I get a panic, “slice bounds out of range [:10] with length 0.”