Add source field to all open tables #2281
daviewales
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Actually, this looked like it worked. But after I concat, they all have the same source. :( |
Beta Was this translation helpful? Give feedback.
3 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 had a bunch of tables I wanted to concat, but I didn't want to lose the source information for each.
I figured out how to do it with
exec-python
.space
, then run the long-commandexec-python
Now, all the individual sheets have a source column, which will be properly preserved when you concat them together.
(Should probably just add this to my
.visidatarc
... But cool we can do it ad-hoc.)Beta Was this translation helpful? Give feedback.
All reactions