question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google Sheet skips empty values

See original GitHub issue

This is a…


[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x ] Bug report  
[ ] Documentation issue or request

Description

Hey,
I’m not 100% sure if it’s a bug or a documentation issue. I’m exporting a table from Oracle (JDBC) to Google Sheets. The base table has some null values which get skipped by Google Sheets if I run the integration. Hence the next value gets inserted in this slot instead of it’s original position. In between I run a Data Mapping step to connect the db columns with the spreadsheet ones. Because of this the data is not usefull for analysis anymore.

Is there any additional step to be done or is this a bug?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
SvenC56commented, Apr 3, 2020

With the latest release 1.9.0-20200403 it is working for me. The issue can be closed from my side. 🙂 Thank you.

1reaction
christophdcommented, Apr 2, 2020

I had a 2nd look and can confirm that the issue has not been resolved yet. Classic situation where unit tests where green but integration tests would have seen the error is still present.

Now provided a fix and tested with a running integration using Google sheets.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Skipping a blank cell - Google Docs Editors Community
There are some with blank values, and for the sum feature, I'd like it to skip the blank values. What is the formula...
Read more >
Skip empty value in Google Sheets - Stack Overflow
What do you mean "skep empty values" Your code looks like it's grabing 20 rows and 5 columns... what do you want to...
Read more >
Google Sheets: How to Ignore Blank Cells with Formulas
This tutorial explains how to ignore blank cells when using formulas in Google Sheets, including several examples.
Read more >
google sheets - How to skip blank cells when copying a range ...
The problem that I've faced with UNIQUE is that it still filters in a blank row if there is one in the range....
Read more >
How to Skip Blank Cells in Vlookup in Google Sheets
You can very easily skip blank cells in Vlookup in Google Sheets. You can either use FILTER or QUERY function together with Vlookup...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found