Commit graph

20 commits

Author SHA1 Message Date
Jan Oberhauser abe1ee144a Minor fix on Spreadsheet File 2021-05-07 22:51:00 -05:00
fntb 43fae950e6
Add support for files without headers to SpreadsheetFile node (#1738)
When false the first row of the spreadsheet file is considered a data row and each row is parsed as an array
2021-05-07 22:50:25 -05:00
Iván Ovejero 1d27a9e87e
Improve node error handling (#1309)
* Add path mapping and response error interfaces

* Add error handling and throwing functionality

* Refactor error handling into a single function

* Re-implement error handling in Hacker News node

* Fix linting details

* Re-implement error handling in Spotify node

* Re-implement error handling in G Suite Admin node

* 🚧 create basic setup NodeError

* 🚧 add httpCodes

* 🚧 add path priolist

* 🚧 handle statusCode in error, adjust interfaces

* 🚧 fixing type issues w/Ivan

* 🚧 add error exploration

* 👔 fix linter issues

* 🔧 improve object check

* 🚧 remove path passing from NodeApiError

* 🚧 add multi error + refactor findProperty method

* 👔 allow any

* 🔧 handle multi error message callback

*  change return type of callback

*  add customCallback to MultiError

* 🚧 refactor to use INode

* 🔨 handle arrays, continue search after first null property found

* 🚫 refactor method access

* 🚧 setup NodeErrorView

*  change timestamp to Date.now

* 📚 Add documentation for methods and constants

* 🚧 change message setting

* 🚚 move NodeErrors to workflow

*  add new ErrorView for Nodes

* 🎨 improve error notification

* 🎨 refactor interfaces

*  add WorkflowOperationError, refactor error throwing

* 👕 fix linter issues

* 🎨 rename param

* 🐛 fix handling normal errors

*  add usage of NodeApiError

* 🎨 fix throw new error instead of constructor

* 🎨 remove unnecessary code/comments

* 🎨 adjusted spacing + updated status messages

* 🎨 fix tab indentation

*  Replace current errors with custom errors (#1576)

*  Introduce NodeApiError in catch blocks

*  Introduce NodeOperationError in nodes

*  Add missing errors and remove incompatible

*  Fix NodeOperationError in incompatible nodes

* 🔧 Adjust error handling in missed nodes

PayPal, FileMaker, Reddit, Taiga and Facebook Graph API nodes

* 🔨 Adjust Strava Trigger node error handling

* 🔨 Adjust AWS nodes error handling

* 🔨 Remove duplicate instantiation of NodeApiError

* 🐛 fix strava trigger node error handling

* Add XML parsing to NodeApiError constructor (#1633)

* 🐛 Remove type annotation from catch variable

*  Add XML parsing to NodeApiError

*  Simplify error handling in Rekognition node

*  Pass in XML flag in generic functions

* 🔥 Remove try/catch wrappers at call sites

* 🔨 Refactor setting description from XML

* 🔨 Refactor let to const in resource loaders

*  Find property in parsed XML

*  Change let to const

* 🔥 Remove unneeded try/catch block

* 👕 Fix linting issues

* 🐛 Fix errors from merge conflict resolution

*  Add custom errors to latest contributions

* 👕 Fix linting issues

*  Refactor MongoDB helpers for custom errors

* 🐛 Correct custom error type

*  Apply feedback to A nodes

*  Apply feedback to missed A node

*  Apply feedback to B-D nodes

*  Apply feedback to E-F nodes

*  Apply feedback to G nodes

*  Apply feedback to H-L nodes

*  Apply feedback to M nodes

*  Apply feedback to P nodes

*  Apply feedback to R nodes

*  Apply feedback to S nodes

*  Apply feedback to T nodes

*  Apply feedback to V-Z nodes

*  Add HTTP code to iterable node error

* 🔨 Standardize e as error

* 🔨 Standardize err as error

*  Fix error handling for non-standard nodes

Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>

Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2021-04-16 18:33:36 +02:00
Jan Oberhauser 16438ea8f7 Minor naming fix 2020-12-12 08:16:43 +01:00
AxelRueweler 35f6fe8298
Added includeEmptyCells to Spreadsheet node (#1249)
* Added description to ShopifyCredentials subdomain

* Added includeEmptyCells to Spreadsheet node
2020-12-12 08:16:06 +01:00
Jan Oberhauser 40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Jan Oberhauser e98fa3356d Make it possible to define read-range on SpreadsheetFile-Node 2020-10-12 11:41:34 +02:00
Jan Oberhauser fe802c8f76 👕 Fix built issue by fixing lint issues 2020-10-01 15:18:47 +02:00
ricardo 8e138ddf2d added compression option 2020-04-29 16:12:16 -05:00
Jan Oberhauser 524a8e62c9 Add xlsx format to Spreadsheet-Node 2020-04-14 15:38:15 +02:00
ricardo 0bdb857767 🐛 mismatch between file extension and format 2020-04-13 11:14:14 -04:00
ricardo d9864ad8c2 🐛 Crashes when property value is null 2020-04-12 11:58:49 -04:00
Jan Oberhauser 45ee6472de Make it possible to specifically read spreadsheets as string #388 2020-03-27 00:25:45 +01:00
Jan Oberhauser ec30f10091 Make it possible to read from specific sheet 2019-12-27 10:54:51 -06:00
Jan Oberhauser d943a8ca03 Improve display name of fileFormats 2019-12-27 10:33:42 -06:00
Jan Oberhauser 4a43738829 Allow to set custom sheet name 2019-12-27 10:33:16 -06:00
Jan Oberhauser 72cf325247 🐛 Fix introduced bug 2019-12-27 09:32:04 -06:00
Jan Oberhauser a3ad579f89 Make it possible to read RAW data from Spreadsheets 2019-12-27 08:50:22 -06:00
Jan Oberhauser b5918c6bfe Make it possible to define custom file name for spreadsheet files 2019-11-02 21:33:25 +01:00
Jan Oberhauser 9cb9804eee Initial commit to release 2019-06-23 12:35:23 +02:00