CSV_TO_SQLITE/ │ ā”œā”€ā”€ README.md (ā•¶ Bu dosya) ā”œā”€ā”€ raw_data/ (İnput veri + Generated SQLite) │ ā”œā”€ā”€ *.csv (Input CSV dosyaları) │ └── *.db (Oluşturulan SQLite veritabanları) │ ā”œā”€ā”€ 01_PRODUCTION/ (Asa ...
This is a little manual for passing the values from CSV file to SQLITE Database and from SQLITE DB to POSTGRESQL DB. All of this was done via Python Django features: Create models that matches the ...