Create a property from multiple columns
Michael Hunger
another example would be geo-coordinates from lat + lon, def. useful, not sure how to achieve that in a great UX, possibly some kind of "templates" for common combinations, e.g. strings concatenated by " " or "," or "point({latitude:row.lat, longitude:row.longitude})" at least initially I wouldn't be keen on having user provided cypher injections as they are most likely breaking.