apoc.refactor.normalizeAsBoolean
Procedure
apoc.refactor.normalizeAsBoolean(entity, propertyKey, true_values, false_values) normalize/convert a property to be boolean
Signature
apoc.refactor.normalizeAsBoolean(entity :: ANY?, propertyKey :: STRING?, true_values :: LIST? OF ANY?, false_values :: LIST? OF ANY?) :: VOID
Input parameters
Name | Type | Default |
---|---|---|
entity |
ANY? |
null |
propertyKey |
STRING? |
null |
true_values |
LIST? OF ANY? |
null |
false_values |
LIST? OF ANY? |
null |
Was this page helpful?