Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Hello
I think it would be really great to add a regex setting for the mapping parameter in the apoc.load.csv function.
It will definitively improve a lot it's usability for data quality and cleaning before injection in the database.
Some field like the size of the house "23.2 m" needs to be parse by a regex (ex: /d+./d+) and then convert into a int, float, array etc... to become a clean value.
Thanks