You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed:
Exported values contain a generous amount of whitespace within cel value. For example, the key column "id" values are like:
"1 "
"2 "
"3 "
etc.
Desired:
Trim whitespace from either side of cell values.
To preserve BC, maybe this could be exposed as an option?
The text was updated successfully, but these errors were encountered:
Observed:
Exported values contain a generous amount of whitespace within cel value. For example, the key column "id" values are like:
"1 "
"2 "
"3 "
etc.
Desired:
Trim whitespace from either side of cell values.
To preserve BC, maybe this could be exposed as an option?
The text was updated successfully, but these errors were encountered: