Is there currently a way to specify a column(s) to be unique and prevent duplicate data?
If I have a csv file, I could parse it with awk and remove duplicate data before putting it into a database, but I'd like to request csvs-to-sqlite allow an option to specify a column that needs to be unique.
My idea is to use csvs-to-sqlite and datasette together to display some data.
Hi Simon,
Is there currently a way to specify a column(s) to be unique and prevent duplicate data?
If I have a csv file, I could parse it with awk and remove duplicate data before putting it into a database, but I'd like to request
csvs-to-sqlite
allow an option to specify a column that needs to be unique.My idea is to use
csvs-to-sqlite
anddatasette
together to display some data.Thanks!