Transformations: Clarify behaviour of Date format (#42436)

* Transformations: Clarify behaviour of `Date format`

* Remove full stop from bullet point
This commit is contained in:
Ashley Harrison
2021-11-29 16:30:07 +00:00
committed by GitHub
parent 7034173ef5
commit 5eb35606b9
2 changed files with 6 additions and 3 deletions
@@ -347,10 +347,10 @@ This transformation changes the field type of the specified field.
- **Numeric -** attempts to make the values numbers
- **String -** will make the values strings
- **Time -** attempts to parse the values as time
- Will show an option to specify a DateFormat as input by a string like yyyy-mm-dd or DD MM YYYY hh:mm:ss
- Will show an option to specify a DateFormat for the input field like yyyy-mm-dd or DD MM YYYY hh:mm:ss
- **Boolean -** will make the values booleans
For example the following query could be modified by selecting the time field, as Time, and Date Format as YYYY.
For example the following query could be modified by selecting the time field, as Time, and Input format as YYYY.
| Time | Mark | Value |
| ---------- | ----- | ----- |