-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add verbs to lowercase/uppercase keys #1215
Comments
Nice! Do you think it would be more flexible or easier to manage if all case manipulation was under a single verb (e.g. This allows for additional transformations (title case, sentence case, etc.) to all live under a single verb, rather than expanding the verb-space. Certain case transformations are particularly useful when working with values (e.g. title case), so an option to specify fields for the verb to act on (like |
On #1215:
Note the first two bullets are backward-incompatible with head but not with any previously released Miller version. |
@archetyped I believe #1215 resolves this -- if not please let me know and we can re-open -- thanks! |
@johnkerl looks great, thanks! |
Originally posted by @archetyped in #1167 (comment)
The text was updated successfully, but these errors were encountered: