Skip to content

Commit

Permalink
Update documentation/plain_rules.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Fermín Galán Márquez <fgalan@users.noreply.github.com>
  • Loading branch information
AlvaroVega and fgalan committed Oct 3, 2019
1 parent dc65579 commit 63134d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/plain_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ NGSIv2 example:
```

When using NGSIv2 in the update actions, the value field perform [string substitution](#string-substitution-syntax). If
`value` is a String, Perseo will try parse the value to know real value and finally Perseo will parse the value taking into account the `type` field, this only applies to _`Number`_,
`value` is a String, Perseo will try cast value to number, boolean or null (without paying attention to the attribute type). If the casting fails then String is used.
_`Boolean`_ and _`None`_ types.

**Data Types for NGSIv2:**
Expand Down

0 comments on commit 63134d0

Please sign in to comment.