Import the CSV into a raw table:
.mode csv
.import <filename> import_rawNormalize and transform the raw table into the final tables:
sqlite3 npi.db < npi.sql| Name | Name | Last commit date | ||
|---|---|---|---|---|
Import the CSV into a raw table:
.mode csv
.import <filename> import_rawNormalize and transform the raw table into the final tables:
sqlite3 npi.db < npi.sql