Hi, you edit the headline to have _from and _to, and then you use: --from-collection-prefix <string> _from collection name prefix (will be prepended to all values in '_from') (default: "") --to-collection-prefix <string> _to collection name prefix (will be prepended to all values in '_to') (default: "")
so set "vertexcollection/" in front of these numbers - which are your vertex identifiers your edges should reference, right? On Thursday, March 1, 2018 at 4:18:50 PM UTC+1, Mr Loke wrote: > > Hi > I have a csv file containing the following fields: > > date,amount,name, from, to > 25-02-2018,900.00,Ibrahim, 5196030001, 5196030002 > 26-02-2018,100.00,Angela, 5196030002, 5196030003 > 27-02-2018,100.00,Michael, 5196030003, 5196030004 > 28-02-2018,100.00,Tom, 5196030004, 5196030064 > > How do I build the graph which can automatically link from account > 5196030001 to 5196030004 ? From the documentation, it said I need to define > the inbound and outbound vertex one by one which is not feasible to do when > I have over a million records. > > Any idea that this can be done in ArangoDB ? > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
