-
Say I have a directory full of csv or json files, they all have the same schema. What's the most efficient way to open and view all of them in a single sheet? For my actual use case, I have a directory which contains a bunch of json files each a single object. From what I can tell the current way to do this is to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here's a script (untested) that concatenates json files:
If script is called "jsoncat.py" then you can do:
|
Beta Was this translation helpful? Give feedback.
Here's a script (untested) that concatenates json files:
If script is called "jsoncat.py" then you can do:
jsoncat.py *.json | vd