Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
bglaplante
Contributor III
Contributor III

tGoogleSheetOutput exceeds grid limits

I'm trying to add rows to an existing Google Sheet (by specifying start writing at row 4900).

 

The component errors with the following.  Am I really stuck at a max of 1000 rows in my Google sheet with this component?

 

WARN: Got error:400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Range (Sheet1!A4919) exceeds grid limits. Max rows: 1000, max columns: 26",
    "reason" : "badRequest"
  } ],
  "message" : "Range (Sheet1!A4919) exceeds grid limits. Max rows: 1000, max columns: 26",
  "status" : "INVALID_ARGUMENT"
}
ERROR: Stop processing because of the error does not allow a retry.
Exception in component tGoogleSheetOutput_2 (CBC_ACH_Rejects_2_GSheet)
com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Range (Sheet1!A4919) exceeds grid limits. Max rows: 1000, max columns: 26",
    "reason" : "badRequest"
  } ],
  "message" : "Range (Sheet1!A4919) exceeds grid limits. Max rows: 1000, max columns: 26",
  "status" : "INVALID_ARGUMENT"
}
	at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:146)
Labels (6)
1 Reply
Anonymous
Not applicable

Hello,

tGoogleSheetOutput is a custom component written by talend community user and shared on talend exchange portal. We don't have the source code of these components. It is the ownership of the person who built it.

Feel free to contact the author directly.

Best regards

Sabrina