Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Wendel <[email protected]>
  • Loading branch information
ErickWendel committed Jul 29, 2024
1 parent c9d169f commit 2732a1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ It also doesn't automatically set the sheet range nor parse data to JSON nor all
This module **nodered-google-sheets-to-json-stream** came to solve these problems by processing data on demand and providing a good developer experience.

Once you add your google sheets credentials and put the spreadSheetId, it:
- auto complete fields listing all sheets in the spreadsheet
- automatically set the range of lines and columns available in the sheets
- parse the available columns (using the sheet's first line) into JSON
- process items on demand (currently process 500 items per time if the range is bigger than 500)
- in the status, it shows how many lines were processed vs how many is missing
- auto complete fields listing all sheets in the spreadsheet
- automatically set the range of lines and columns available in the sheets
- parse the available columns (using the sheet's first line) into JSON
- process items on demand (currently process 500 items per time if the range is bigger than 500)
- in the status, it shows how many lines were processed vs how many is missing

### Demo
![Node-RED flow](./demos/complete-demo.gif)
Expand Down

0 comments on commit 2732a1f

Please sign in to comment.