Update 'Copy data to postgresql'

Guillem Borrell Nogueras 2023-01-17 19:13:26 +01:00
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" ( );
ALTER TABLE "customer_base_data" ADD COLUMN "SWO_Region" varchar(128);