Changes for page Quellen
To version 6.1
edited by Release Notes
on 19.01.2023, 17:08
on 19.01.2023, 17:08
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gru1 +XWiki.ReleaseNotes - Content
-
... ... @@ -110,6 +110,7 @@ 110 110 |spaltenNamen|Indicates a comma seperated list of the column, which columns are redelivered of the //servlet// with the corresponding value. At this, according to using, the names of the columns of the parameter //headline// or the name of the first line of the //CSV// databaseHierbei are expected.|No 111 111 |csvTrennzeichen|Indicates the seperator between the single data cells. If this is not set, a comma {{code language="none"}},{{/code}} is used by default.|No 112 112 |csvQuote|The seperator with which the values of the lines are seperated. If this is not set, a inverted comma {{code language="none"}}"{{/code}} is used by default.| No 113 +|jsonPath {{version major="7" minor="3"/}}|This parameter allows specifying a JSON path expression which will be applied to the returned result of the query on the server side. The example //$.returnValue[0]// returns the values of the first result of the query.|No 113 113 114 114 === Application example === 115 115 ... ... @@ -219,6 +219,7 @@ 219 219 |=Parameter name|=Description|=Neccessary 220 220 |mandantName|Must match the name of the client under which this data source was created.|Yes 221 221 |name|Must match the name of the CSV data source.|Yes 223 +|jsonPath {{version major="7" minor="3"/}}|This parameter allows specifying a JSON path expression which will be applied to the returned result of the query on the server side. The example //$.returnValue[0]// returns the values of the first result of the query.|No 222 222 223 223 == JSON == 224 224 ... ... @@ -259,3 +259,4 @@ 259 259 |=Parametername|=Description|=Neccessary 260 260 |mandantName| Must match the name of the client under which this data source was created.|Yes 261 261 |name| Must match the name of the CSV data source.|Yes 264 +|jsonPath {{version major="7" minor="3"/}}|This parameter allows specifying a JSON path expression which will be applied to the returned result of the query on the server side. The example //$.returnValue[0]// returns the values of the first result of the query.|No