Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]].