0

I would like to ask if you know a posibility to insert unknown csv file (unknown headers and number of columns) into mySQL? Or is it only possible with postgresql? I don't know how to create schema for this scenario.

0

MongoDB NoSql may suit your needs, NoSql does not support schemas. If you are dependent of mySql, then save data in vertical table structure. Difference between vertical and horizontal tables can be found here.

https://www.developer.com/db/article.php/3736011/Using-Vertical-and-Horizontal-Table-Structures-in-Oracle.htm

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.