apoc.coll.split Procedure apoc.coll.split(list,value) | splits collection on given values rows of lists, value itself will not be part of resulting lists Signature apoc.coll.split(values :: LIST? OF ANY?, value :: ANY?) :: (value :: LIST? OF ANY?) Input parameters Name Type Default values LIST? OF ANY? null value ANY? null Output parameters Name Type value LIST? OF ANY? More documentation of apoc.coll.split