Hi Team,
Is there a way to remove the “[” and “]” from the JSON data type column as shown below?
Thanks & Regards,
Pragadesh P
Hi Team,
Is there a way to remove the “[” and “]” from the JSON data type column as shown below?
Thanks & Regards,
Pragadesh P
First of all, why do you want to remove the brackets? If you do, it won’t be a valid JSON.
But, you still can use the string replacer node, with the setting shown in the screenshot below, to do what you want. You will be replacing the regex \[|\]
with empty string.
The column will lose it’s JSON data type and becomes a regular string though.
Best,
Temesgen
@temesgen-dadi thank you for your explanation.
its helpful.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.