I have a oracle database holding about 2TB of data that I have to migrate to postgreSQL. I'm learning onCOPY command of pgsql and pgloader.
The problem is....
copy command has delimeter option which Specifies the character that separates columns within each row (line) of the file. This must be a single one-byte character according to manual. What if I need secondary delimeter(like enclosed by option that oracle has)?
There is no update since 2010-04 on [http://pgloader.projects.postgresql.org]... so I don't think it's recommended way...
Are there another options I'm missing?