From 622524593a7c54da0b5094720da6701fd0c7245a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 2 Jul 2023 01:47:16 +0900 Subject: [PATCH] Fix typo in tdenginewriter.md Colum -> Column --- tdenginewriter/doc/tdenginewriter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdenginewriter/doc/tdenginewriter.md b/tdenginewriter/doc/tdenginewriter.md index ba20fdb7..d23a2b4f 100644 --- a/tdenginewriter/doc/tdenginewriter.md +++ b/tdenginewriter/doc/tdenginewriter.md @@ -14,7 +14,7 @@ TDengineWriter can be used as a data migration tool for DBAs to import data from TDengineWriter obtains the protocol data generated by Reader through DataX framework, connects to TDengine through JDBC Driver, executes insert statement /schemaless statement, and writes the data to TDengine. -In TDengine, table can be divided into super table, sub-table and ordinary table. Super table and sub-table include Colum and Tag. The value of tag column of sub-table is fixed value. (details please refer to: [data model](https://www.taosdata.com/docs/cn/v2.0/architecture#model)) +In TDengine, table can be divided into super table, sub-table and ordinary table. Super table and sub-table include Column and Tag. The value of tag column of sub-table is fixed value. (details please refer to: [data model](https://www.taosdata.com/docs/cn/v2.0/architecture#model)) The TDengineWriter can write data to super tables, sub-tables, and ordinary tables using the following methods based on the type of the table and whether the column parameter contains TBName: