Hello,

there might be benefits in having a NorthWind / Pubs example in 4D,
but the Neo4j example seems to have more to do with importing CSV.

https://neo4j.com/developer/guide-importing-data-and-etl/

what you really need is a decent method that can export CSV from 4D (with 
headers).

EXPORT DATA with delimiter_field:44 might work if the data set is really simple.
otherwise, PROCESS 4D TAGS with good escape functions seems to be the best 
option.
SEND PACKET works too, but it can be quite slow for these kind of operations.

> What I was trying to do was create the Northwind db in a 4D database so I
> could practice exporting the data neo4J is using in its demo. I thought it
> would be useful for working out the code on the 4D side if I could be
> working from the same dataset. But it's looking like more trouble than the
> benefit.



**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to