Update 'Copy data to postgresql'
parent
f55032bae0
commit
54de8ab640
|
@ -1,5 +1,5 @@
|
||||||
```
|
```
|
||||||
$ head -n 100 /data/raw/data.csv | iconv -c -f ASCII -t UTF-8 | dr csv -i | dr schema -p -n customer_base_data
|
$ head -n 100 /data/raw/data.csv | dr schema -i -p -n customer_base_data
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS "customer_base_data" ( );
|
CREATE TABLE IF NOT EXISTS "customer_base_data" ( );
|
||||||
ALTER TABLE "customer_base_data" ADD COLUMN "SWO_Region" varchar(128);
|
ALTER TABLE "customer_base_data" ADD COLUMN "SWO_Region" varchar(128);
|
||||||
|
|
Loading…
Reference in a new issue