@hestia-earth/schema-convert

Hestia Schema Converters

Usage no npm install needed!

<script type="module">
  import hestiaEarthSchemaConvert from 'https://cdn.skypack.dev/@hestia-earth/schema-convert';
</script>

README

Hestia Schema Converter

Module to convert CSV to JSON or JSON to CSV following Hestia's Schema

Install

npm install @hestia-earth/schema-convert

Usage

Converting CSV to JSON

hestia-convert-to-json <folder containing .csv files>

Converting JSON to CSV

hestia-convert-to-csv <folder containing .json or .jsonld files>