Request: nested_lookup multiple keys like nested_lookup('Code,Name,Street1',tmp) #39

Closed
opened 2020-11-18 23:43:26 -05:00 by russellballestrini · 1 comment
russellballestrini commented 2020-11-18 23:43:26 -05:00 (Migrated from git2.unturf.com)

Created by: KarstenFischer

I would like to search multiple keys like nested_lookup('Code,Name,Street1',tmp)

*Created by: KarstenFischer* I would like to search multiple keys like nested_lookup('Code,Name,Street1',tmp)
russellballestrini commented 2020-11-19 10:13:20 -05:00 (Migrated from git2.unturf.com)

Created by: KarstenFischer

This works as a work arround: list(zip(nested_lookup('Code',tmp),nested_lookup('Name',tmp),nested_lookup('Street1',tmp)))

... but it's not very handy.

*Created by: KarstenFischer* This works as a work arround: list(zip(nested_lookup('Code',tmp),nested_lookup('Name',tmp),nested_lookup('Street1',tmp))) ... but it's not very handy.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: python/nested-lookup#39
No description provided.