add trim, ltrim, rtrim directives
Description
Release Notes
None
Activity
Show:

Ke Wang May 22, 2017 at 7:45 PM
It should be working now
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created May 15, 2017 at 8:40 PM
Updated May 30, 2017 at 5:23 PM
Resolved May 30, 2017 at 5:23 PM
Add a wrangler directives for trimming whitespace from both sides of a string (trim), the right side of the string (rtrim), or the left side of a string (ltrim).
if the string is null, do nothing
if the value isn't a string, do nothing
trim <column-name>
rtrim <column-name>
ltrim <column-name>