Skip to content

Extract data from data source with nested structure #1681

@yuanlihan

Description

@yuanlihan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions