xiaozhihong created IOTDB-1510:
----------------------------------
Summary: An error is reported when import data which time format
is "yyyy/MM/dd HH:mm:ss"
Key: IOTDB-1510
URL: https://issues.apache.org/jira/browse/IOTDB-1510
Project: Apache IoTDB
Issue Type: Bug
Components: Server
Affects Versions: 0.12.1
Reporter: xiaozhihong
data like this :
time,root.ln.wf01.wt01.temperature,root.ln.wf01.wt01.status
2021-07-07 12:30:35,20.35,true
2021/07/07 13:30:35,25.20,false
2021.07.07 14:30:35,30.22,true
2021-07-07T15:30:35+08:00,22.32,false
The execution result is:
Starting IoTDB Client Import Script
------------------------------------------
Start to import data from: import2.csv
Import from: import2.csv 0% │ │ 0/5 (0:00:00 / ?) Importing...
Encounter an error, because: Input time format 2021/07/07 13:30:35error. Input
like yyyy-MM-dd HH:mm:ss, yyyy-MM-ddTHH:mm:ss or yyyy-MM-ddTHH:mm:ss.SSSZ
--
This message was sent by Atlassian Jira
(v8.3.4#803005)