-
My program outputs a JSONLA file which I open with VisiData, though I think this question would be relevant for any sheet. I want to have a cell that has an entire VisiData sheet in it, with columns and rows, so when I press I tried to do that by putting How can I accomplish this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try I'm not sure if this will work, out of the box. As always, you'll get better answers if you provide a small example file. |
Beta Was this translation helpful? Give feedback.
-
Had to change it to |
Beta Was this translation helpful? Give feedback.
Had to change it to
[{'col1': 0, 'col2': 0}, {'col1': 1, 'col2': 1}, {'col1': 2, 'col2': 2}]
. Verbose but works.