0

If I have several files that the delimiter between fields are different how i can use the neo4j-import command? Does I need to convert all the files with the same delimiter between fields? Thanks in advance version 3.1.3

sandra
  • 59
  • 6
  • If you do not use these files in one statement, then you can use the `--delimiter` option: https://neo4j.com/docs/operations-manual/current/tools/import/command-line-usage/#import-tool-options – stdob-- Jul 17 '17 at 11:34
  • I use in the same command because i want them all in the same graph and – sandra Jul 17 '17 at 11:45
  • 1
    Documentation says : `All files must use the same delimiter.` – logisima Jul 17 '17 at 12:32
  • 2
    @sandra Then you need to first bring the files to the same type of separator: https://stackoverflow.com/questions/2535255/fastest-way-convert-tab-delimited-file-to-csv-in-linux – stdob-- Jul 17 '17 at 13:27

0 Answers0