luzhijing commented on issue #638:
URL: https://github.com/apache/doris-website/issues/638#issuecomment-2106058775

   https://doris.apache.org/zh-CN/docs/data-operate/import/load-json-format
   
   Currently, only the following import methods support data import in JSON 
format:
   
   Through [S3 table 
function](https://doris.apache.org/sql-manual/sql-functions/table-functions/s3.md)
 import statement: insert into table select * from S3();
   Import the local JSON format file through [STREAM 
LOAD](https://doris.apache.org/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md).
   Subscribe and consume JSON format in Kafka via [ROUTINE 
LOAD](https://doris.apache.org/sql-manual/sql-reference/Data-Manipulation-Statements/Load/CREATE-ROUTINE-LOAD.md)
 information.
   Other ways of importing data in JSON format are not currently supported.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to