当 IoTDB 中的路径未知时,如何将 TsFile 转换为 CSV?CSV 应包含路径、时间、类型、值等。
1 回答
0
目前,我们没有用于 TsFile 的导出 CSV 工具,但您可以使用 IoTDB 的导出工具。
步骤 1. 在干净的 IoTDB 中加载 TsFile: https ://iotdb.apache.org/UserGuide/Master/System-Tools/Load-External-Tsfile.html
步骤 2. 使用 export-csv 并使用 https://iotdb.apache.org/zh/UserGuide/Master/System-Tools/Load-External-Tsfile.htmlor select * from root align by device:https://iotdb.apache.org/UserGuide/Master/System-Tools/CSV-Tool.html
于 2022-01-13T02:04:42.730 回答