You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/21 04:22:31 UTC

[GitHub] [incubator-doris] yuanlihan opened a new issue #1681: Extract data from data source with nested structure

yuanlihan opened a new issue #1681: Extract data from data source with nested structure
URL: https://github.com/apache/incubator-doris/issues/1681
 
 
   **Currently, Doris is not well-supported for nested data parsing in data ingestion**
   Users may need to load data sources, like JSON/Parquet files, with nested structure.
   
   Now we can extract data from JSON string by column mapping using function `get_json_string` with specified `jsonpath`.
   
   It is quite useful to have a general way to extract data from nested structure. For example, we can read all non-primitive fields from different data sources as JSON string(or some general structure) first, then extract data by `jsonpath` at the stage of column mapping.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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