You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the EvaDB issues and found no similar feature requests.
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?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
👋 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.
skanjalkar
changed the title
Loading JSON files
Feature Request: Loading JSON files
Oct 12, 2023
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?
The text was updated successfully, but these errors were encountered: