For now, I used LoadCSV.
This is not a good idea if you want to increase or decrease item names and numbers.
The number of items is determined by hard coding.
How about a single node per table, with properties A, B and C,
and each property (table column) storing the column data as an array?
I stored a 3-dimensional table of meteo data (precipitation) with dimensions month, longitude, latitude as a single array property with a simple user-defined function to access element (i,j,k).
Thats a good thought. Its probably my best choice so far. Columns are usually small enough, although I suppose I will need 1 cyperquery per column unless there is a way to index properties. That would have made this approach a big winner.
Or I may have to break down and get Neo4j to talk to an external data store. Thats pesky but possible.
i'll try yours first and see if it works well enough. Thanks
Been looking for decent examples of a java function like that for a while. If you have one you could share, I am all in. That particular function would be great.
World Bank ! I did a presentation for them on emerging software quality standards. It was an interesting group. One of the better ones. The questions were all pretty interesting. I wish they could see what we did since then !
Ahhhhh. No ! I didn't know that at all. Damn that might make it much more tolerable. Between you and Koji thats probably good enough for now ! Thank you