Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Optional properties:
- `type` (if present must be one of: `int`, `float`, `date`) -results
in parsing every matched value to a specified type
- `group` (if present must be one of: `sum`, `min`, `max`, `first`,
`last`, join) - specifies grouping function (defines what value to return in
`last`, `join`) - specifies grouping function (defines what value to return in
case of multiple matches)

Example for `regex`:
Expand Down