ropensci / arkdb

Archive and unarchive databases as flat text files
https://docs.ropensci.org/arkdb
Other
78 stars 6 forks source link

unark should permit custom table names and/or enforce SQL-valid names #18

Closed cboettig closed 5 years ago

cboettig commented 5 years ago

Currently, unark() takes the table name as the basename of the .csv file. This name may not be SQL-compliant, leading to quoting, which is a bit of a mess.