n8n/packages/nodes-base
Kaito Udagawa 6d8ea4bff5
🐛 Fix Google Sheet to handle 0 correctly (#1937)
* 🐛 Fix Google Sheet to handle 0 correctly

`if (condition) { statement }` will not be executed if the `condition` is `0` (number) so that appending 0 to Google Sheets results in an empty cell.
Checking if the value is `null` or `undefined` is enough to guarantee that `toString` is callable.

* 🐛 Add semicolon
2021-07-03 12:46:30 +02:00
..
credentials Separate scopes and add purchase operations to QuickBooks node (#1859) 2021-06-27 13:21:11 +02:00
nodes 🐛 Fix Google Sheet to handle 0 correctly (#1937) 2021-07-03 12:46:30 +02:00
src Add RAW data mode to GoogleSheet-Node 2019-07-10 16:14:55 +02:00
test Add options to run queries as transactions (#1612) 2021-04-24 22:55:14 +02:00
gulpfile.js Merge branch 'Master' into 'Pipedrive-OAuth2-support' 2020-07-23 16:51:05 -04:00
LICENSE.md 📚 License text fix 2020-09-15 07:55:09 +02:00
package.json 🔖 Release n8n-nodes-base@0.123.1 2021-06-29 10:55:01 +02:00
README.md Merge branch 'Master' into 'Pipedrive-OAuth2-support' 2020-07-23 16:51:05 -04:00
tsconfig.json Add options to run queries as transactions (#1612) 2021-04-24 22:55:14 +02:00
tslint.json 👕 Add quotemark rule to tslint (#1330) 2021-01-13 09:00:07 +01:00

n8n-nodes-base

n8n.io - Workflow Automation

The nodes which are included by default in n8n

npm install n8n-nodes-base -g

License

Apache 2.0 with Commons Clause

Additional information about license can be found in the FAQ