Opened 3 years ago
Last modified 2 years ago
#33966 closed New feature
Add support for using KeyTextTransform from lookup — at Version 1
Description (last modified by ) ¶
Currently, we use nested objects to transform through a JSON field. For example, for
json = {'a': {'b': 'boat
}}`
Here, to get 'boat` in text form we use:-
KeyTextTransform(KeyTextTransform('a', 'json_field'), 'b')
This would return 'boat' in text form.
A better UX would be:
KeyTextTransform('json_field__a__b
)`
Change History (1)
comment:1 by , 3 years ago
Cc: | added |
---|---|
Description: | modified (diff) |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.