Hi everyone,
I tried to use the cypher below to convert datetime string into datetime format, which resulted only 1 batch failed but the rest completed successfully.
call apoc.periodic.iterate(
"match(p:POSITION) return p",
"set p.devicetime=datetime...