-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
type: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.
Description
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
Labels
type: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.