Summary:
I have a use case where we anticipate loading labels and properties with "%20" (spaces) in their names, and so have a requirement to clean those names after they've been imported.
I can fix labels using apoc.refactor.rename.label, but cannot...