[MDEV-16541] provide JSON import with LOAD JSON INFILE and mysqlimport Created: 2018-06-20 Updated: 2023-06-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | JSON |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Feature: Parse a JSON file and import it from the mariadb command line with LOAD JSON INFILE and provide support from mysqlimport. Even better would be to extend this option to auto create the table and add new columns as they are found in the JSON. |