sim51 / neo4j-talend-component

Neo4j components for Talend studio
MIT License
3 stars 4 forks source link

tNeo4jImportTool deprecated #1

Open akhabali opened 6 years ago

akhabali commented 6 years ago

The component tNeo4jImportTool works but is deprecated and print a warning message :

WARNING: neo4j-import is deprecated and support for it will be removed in a future version of Neo4j; please use neo4j-admin import instead.

is an update of this component is planned ?

sim51 commented 6 years ago

Hi,

neo4j-import should be replaced by neo4j-import on the next major version of Neo4j (ie. 4.0, planned in one year).

I can make an update of this component.

Cheers.

sim51 commented 6 years ago

For my memory, the code of the import command is located here : org.neo4j.commandline.dbms.ImportCommand