Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1556#discussion_r152738129
--- Diff: docs/data-management-on-carbondata.md ---
@@ -294,11 +294,11 @@ This tutorial is going to introduce all commands and data operations on CarbonDa
```
NOTE: ALL_DICTIONARY_PATH and COLUMNDICT can't be used together.
- - **DATEFORMAT:** Date format for specified column.
+ - **DATEFORMAT/TIMESTAMPFORMAT:** Date and Timestamp format for specified column.
```
- OPTIONS('DATEFORMAT'='column1:dateFormat1, column2:dateFormat2')
- ```
+ OPTIONS('dateformat' = 'yyyy-MM-dd','timestampformat'='yyyy/MM/dd HH:mm:ss')
--- End diff --
please use uppercase for "dateformat,timestampformat".
---