mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
* new developpers * python code replaces tcl code * one config file for many tables (one command line for loading them all) * manpage * debian package * supports multi-line input file (without quotes) * Informix large objects support (loading to TEXT or BYTEA) * configurable amount of rows per COPY instruction * trailing slash optionnal removal (support informix UNLOAD file format) * begin processing at any line in the file, by number or row id * dry-run option, to validate input reading without connecting to database * pedantic option, to stop processing on warning
16 lines
280 B
Plaintext
16 lines
280 B
Plaintext
1^some multi\
|
|
line text with\
|
|
newline escaping^and some other data following^
|
|
2^and another line^clean^
|
|
3^and\
|
|
a last multiline\
|
|
escaped line
|
|
with a missing\
|
|
escaping^just to test^
|
|
4^\ ^empty value^
|
|
5^^null value^
|
|
6^multi line\
|
|
escaped value\
|
|
\
|
|
with empty line\
|
|
embeded^last line^ |