Skip to content

The enrichment table CSV file schema supports the JSON data type. #24302

@Rentu

Description

@Rentu

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Use Cases

Currently, our CSV enrichment tables support simple data types like integers and dates. If we have a column that contains JSON data, we have to use parse_json for every event, which is very performance-intensive. It would be much better if the CSV schema natively supported a JSON type, so the parsing could happen just once when the CSV file is loaded.

Attempted Solutions

csv schema support json type and just parse once when the csv file load

Proposal

No response

References

No response

Version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featureA value-adding code addition that introduce new functionality.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions