Steve Bernstein
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
Comments
Recent activity by Steve Bernstein-
Here's how I cleaned up the JSON array: TRIM(REPLACEALL(#toJSON_string;"[\",\\[\\]]+";" ")) --replaces all the delimiting decoration w/ a single space char, deletes the brackets and trims the openi...
-
Got it, thanks Pablo. Then REPLACEALL to remove to JSON array decoration to reconstitute the normalized string for ngramming.