Replies: 1 comment 4 replies
-
No way to really search embedded structures per-say, however: If the json is contained within a single cell and not large you could make that column a string type and then search from there? So load the file, select the column you want then Is it json or jsonl you have? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've found visidata gerat for looking at data files, but I've got some json files with nested data - I wondered if there was simple way to search all the data even if it's nested? My current alternative is just open the file in vim/less and search it that way.
Beta Was this translation helpful? Give feedback.
All reactions