You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/Tools-System/Data-Import-Tool.md
+37-15Lines changed: 37 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
IoTDB supports three methods for data import:
6
6
- Data Import Tool: Use the `import-data.sh/bat` script in the `tools` directory to manually import CSV, SQL, or TsFile (open-source time-series file format) data into IoTDB.
7
7
-`TsFile` Auto-Loading Feature
8
-
- Load `TsFile` SQL
8
+
- Load `TsFile` SQL
9
9
10
10
<tablestyle="text-align: left;">
11
11
<tbody>
@@ -57,9 +57,9 @@ IoTDB supports three methods for data import:
57
57
|`-tz`|`--timezone`| Timezone (e.g., `+08:00`, `-01:00`). | No | System default |
58
58
|`-help`|`--help`| Display help (general or format-specific: `-help csv`). | No | - |
@@ -185,7 +207,7 @@ Fail to insert measurements '[column.name]' caused by [data type is not consiste
185
207
|`-fd`|`--fail_dir`| Target directory for `mv`/`cp` actions on failure. Required if `-of` is `mv`/`cp`. The file name will be flattened and concatenated with the original file name. | Conditional |`${EXEC_DIR}/fail`|
186
208
|`-tp`|`--timestamp_precision`| TsFile timestamp precision: `ms`, `us`, `ns`. <br> For non-remote TsFile imports: Use -tp to specify the timestamp precision of the TsFile. The system will manually verify if the timestamp precision matches the server. If it does not match, an error will be returned. <br> For remote TsFile imports: Use -tp to specify the timestamp precision of the TsFile. The Pipe system will automatically verify if the timestamp precision matches. If it does not match, a Pipe error will be returned. | No |`ms`|
187
209
188
-
#### 2.4.3 Examples
210
+
#### 2.4.3 Examples
189
211
190
212
```Shell
191
213
# Valid Example
@@ -225,7 +247,7 @@ load_active_listening_dir/
225
247
```
226
248
227
249
- Table model TsFile
228
-
-`temperature-table.TSFILE`: will be imported into the `temperature` database (because it is located in the `sensors/temperature/` directory)
250
+
-`temperature-table.TSFILE`: will be imported into the `temperature` database (because it is located in the `sensors/temperature/` directory)
0 commit comments