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
Is your feature request related to a problem? Please describe.
Properties can have whitespace trimmers specified, but there are no useful examples of this, or other trimmers to use. Trimming to single quotes (or even a configurable delimiter) would be a great example and be really useful for some values.
Describe the solution you'd like
Similar to the QuotedSpacePreservingTrimmer, which is used by default for StrProp Properties, create a SingleQuoteSpacePreservingTrimmer that behaves the same except it is based on single quotes. This would be useful for values that may contain double quotes, especially if the value starts of ends w/ double quotes.
Documentation and examples should be updated to highlight this as a feature, especially the Whitespace Handling page . The documentation update can be handled as a separate task as needed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Properties can have whitespace trimmers specified, but there are no useful examples of this, or other trimmers to use. Trimming to single quotes (or even a configurable delimiter) would be a great example and be really useful for some values.
Describe the solution you'd like
Similar to the
QuotedSpacePreservingTrimmer
, which is used by default for StrProp Properties, create aSingleQuoteSpacePreservingTrimmer
that behaves the same except it is based on single quotes. This would be useful for values that may contain double quotes, especially if the value starts of ends w/ double quotes.Documentation and examples should be updated to highlight this as a feature, especially the Whitespace Handling page
. The documentation update can be handled as a separate task as needed.
The text was updated successfully, but these errors were encountered: