Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract a map of filename: content to multiple files with key as name and content as content #2032

Open
dtcopcp opened this issue May 7, 2024 · 0 comments

Comments

@dtcopcp
Copy link

dtcopcp commented May 7, 2024

This feels like it might be trivial, apologies if it is.

If I can filter down to a map in the form:

filename1.json: {"some":"json"}
filename2.json: {"some":"json"}

how can I split this into two files: filename1.json and filename2.json with only the json as content?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant