grubytolman

Results 3 comments of grubytolman

I got similar problem in etl 1.2.1: ./bin/neo4j-etl export --rdbms:url jdbc:postgresql://myurl:5432/public --rdbms:schema example --rdbms:user my_user --rdbms:password pass --destination /var/lib/neo4j/data/databases/graph.db/ --import-tool /usr/share/neo4j/bin --csv-directory /var/lib/neo4j/import --force and getting: Peak memory usage: 0.00...

1) PostgreSQL 9.4.15 on x86_64-unknown-linux-gnu 64-bit CREATE TABLE xxx.xxx ( installed_rank integer NOT NULL, version character varying(50), description character varying(200) NOT NULL, type character varying(20) NOT NULL, script character varying(1000)...

Kind of, I changed "true" to 1 and "false" to 0 in csv files with external script and then imported without problem. For bigger tables I wrote custom exporter and...