How do I import into arangodb CSV files that do not contain a header?
I.e. is there another way to specify the _key, _from, _to fields, and the names of the other fields, or do I have to add a header to each of the CSV files to be imported?
How do I import into arangodb CSV files that do not contain a header?
I.e. is there another way to specify the _key, _from, _to fields, and the names of the other fields, or do I have to add a header to each of the CSV files to be imported?
I believe that the CSV file must contain a header row as the first line because of the nature of the multi-document system.