Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bzg/covid19-orientation-data-split
Create csv/zip files from a json dump of specific data
https://github.com/bzg/covid19-orientation-data-split
Last synced: about 2 hours ago
JSON representation
Create csv/zip files from a json dump of specific data
- Host: GitHub
- URL: https://github.com/bzg/covid19-orientation-data-split
- Owner: bzg
- License: epl-2.0
- Created: 2020-04-13T05:11:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T05:47:03.000Z (over 4 years ago)
- Last Synced: 2025-01-02T17:49:59.668Z (6 days ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: COVID-19 orientation data split
This repository is a ad hoc utility to split a json dump into csv
files and a zip of the last week csv files.Set =csv-output-dir= and =zip-output-dir= in [[file:src/core.clj][src/core.clj]]. Make sure
these directory actually exist.Then run the tool like this:
: clj -m core /home/user/dump.ndjson
* Support the Clojure(script) ecosystem
If you like Clojure(script), please consider supporting maintainers by
donating to [[https://www.clojuriststogether.org][clojuriststogether.org]].* License
2020 Bastien Guerry.
The code source of this repository is published under the [[file:LICENSE][EPL 2.0
license]].