blob: 19f02336e70ad6adb080b5d40f3ecc197e231f0b [file]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
Time,root.group1.dev.s1,root.group1.dev.s2,root.group2.dev.s
1,100,150,300
3,200,300,320
10,300,,400
(Before importing data from this file, delete the license comments and the following contents.)
CSV file format:
The file is split with ",", and the first column is "Time" on the first line, followed by the measurement name.
The first column from the second row is the timestamp, followed by the imported data.
If you do not need to import data for certain measurement at certain timestamps, do not enter them. Refer to line 4 of this file.
The timestamp format can be number, yyyy-MM-dd'T'HH:mm:ss, yyyy-MM-dd HH:mm:ss, yyyy-MM-dd'T'HH:mm:ss.SSS and so on.
The timestamp format and column number of each row must be the same.
Note:fields containing , should be escaped by \.
You can use the export CSV tool to export data to get more templates.