I'd like the ability to import different formats: xml, JSON array of objects and CSV with optional title.
It wouldn't import directly into a table, it would actually generate the SQL insert statement from the data provided.
Optionally, be really cool and generate a basic create statement for data, where the data types are determined based on the data imported.
I'd like the ability to import different formats: xml, JSON array of objects and CSV with optional title.
It wouldn't import directly into a table, it would actually generate the SQL insert statement from the data provided.
Optionally, be really cool and generate a basic
createstatement for data, where the data types are determined based on the data imported.