This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit d1ba307ffcf0e97978f6eef396d2b5c502b464dd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 30 14:20:07 2021 +0200 Google Sheets Source Kamelet: introducing repeatCount optional parameter --- docs/modules/ROOT/pages/google-sheets-source.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/google-sheets-source.adoc b/docs/modules/ROOT/pages/google-sheets-source.adoc index 299ac52..e25e437 100644 --- a/docs/modules/ROOT/pages/google-sheets-source.adoc +++ b/docs/modules/ROOT/pages/google-sheets-source.adoc @@ -22,6 +22,7 @@ The following table summarizes the configuration options available for the `goog | *spreadsheetId {empty}* *| Spreadsheet ID| The Spreadsheet ID to be used as events source| string| | | delay| Delay| Milliseconds before the next poll| integer| `500`| | range| Consume from now| the range of rows and columns in a sheet to get data from.| boolean| | `"A1:B3"` +| repeatCount| Repeat Count| Specifies a maximum limit of number of fires| integer| | | splitResults| Split Results| True if value range result should be split into rows or columns to process each of them individually.| boolean| `true`| |===