|
|
|
|
|
by jackmaney
4067 days ago
|
|
> CSV support - if you do that much CSV extract/transform/load (or indeed, any kind of ETL work), use an ETL tool. Why? CSVs are portable and much easier to deal with (when exported correctly, which PostgreSQL does and MS SQL does NOT). |
|
They were usually processed using Oracle external tables though.