neo4j-field / pyingest

Apache License 2.0
49 stars 14 forks source link

Config File and Order of Import #5

Closed Btibert3 closed 4 years ago

Btibert3 commented 4 years ago

Is it possible to specify the order of the (CSV) files for import? I have them in a specific order within the files section, but they were not imported in the same order. Simply, of the files I specified, the ingestion process started with the 3rd file specified, went to the 4th, etc.

Perhaps there is a config that I am not leveraging, as I would expected to set the order of operations just as I could in a script using py2neo. Overall I really like this approach, but in a way where I can control the order of operations.

mholford-neo commented 4 years ago

It's supposed to process the files in order unless the skip_file property is set to true. Can you share the config and program output?

Btibert3 commented 4 years ago

I am a dummy, I misread the output when I had an issue in the cypher for one of my imports. Closing this.

mholford-neo commented 4 years ago

No worries!