We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4b36b commit bed7f3dCopy full SHA for bed7f3d
Specialized Areas/Fix scripts/Format JSON in String Fields/README.md
@@ -6,3 +6,11 @@
6
1. Run this script as Fix Script.
7
2. Replace the table name and encoded query as per your requirement.
8
3. Replace the field to be formatted as per the table selected.
9
+
10
+**Before Formatting**
11
+<img width="956" height="371" alt="Before1" src="https://github.com/user-attachments/assets/1b35dfaf-d2ad-44c3-bbd2-d3198664073b" />
12
13
+**After Formatting**
14
+ <img width="950" height="382" alt="After" src="https://github.com/user-attachments/assets/c3a1c3c0-48bd-4d2f-9e27-fea0ed86004d" />
15
16
+JSON.stringify() documentation : https://www.geeksforgeeks.org/javascript/javascript-json-stringify-method/
0 commit comments