Get value by index¤
Returns the value found at the specified index. Fails or returns an empty result depending on failIfNoFound is set or not. Please be aware that this will work only if the data source supports some kind of ordering like XML or JSON. This is probably not a good idea to do with RDF models.
If emptyStringToEmptyResult is true then instead of a result with an empty String, an empty result is returned.
Parameter¤
Index¤
No description
- Datatype:
int
- Default Value:
None
Fail if not found¤
No description
- Datatype:
boolean
- Default Value:
false
Empty string to empty result¤
No description
- Datatype:
boolean
- Default Value:
false