Is there a way to flatten a list of nested values from a json column to a list of distinct values:
ie:
from: {"unique_values":[["105125"],["105125"],["105125","0]]}
to: {"unique_values": ["105125","0"]
Is there a way to flatten a list of nested values from a json column to a list of distinct values:
ie:
from: {"unique_values":[["105125"],["105125"],["105125","0]]}
to: {"unique_values": ["105125","0"]