Open skanjalkar opened 1 year ago
👋 Hello @skanjalkar, thanks for your interest in EVA DB 🙏 Please visit our 🔮 Tutorials to get started, where you can find quickstart guides for simple tasks like Image Classification all the way to more interesting tasks like Emotion Analysis.
If this is a 🐞 Bug Report, please provide a minimum reproducible example to help us debug it.
If this is a ❓ Question, please provide as much information as possible, including dataset examples and query results.
Hi there. May I work on this feature?!
Thanks @lnxpy for the help!
I'll work on this issue after #1347 and #1348 if possible.
Search before asking
Description
Current version of EvaDB does not support loading json files via
cursor.query("""LOAD DOCUMENT {path_to_json_files} INTO {dataset_name})"""
Use case
Many times files are parsed and loaded as JSON files, cases such as parsing PDF and storing them in JSON file or scraping data and storing them as JSON file to eventually run some analysis on them.
Are you willing to submit a PR?