Skip to content

SoftwareSystemsLaboratory/prime-json-converter

Repository files navigation

CLIME JSON Converter Project

DOI Release Project

A tool to convert JSON files between different formats

Table of Contents

About

The Software Systems Laboratory (SSL) CLIME JSON Converter project is a tool to convert JSON files between different formats.

Licensing

This project is licensed under the BSD-3-Clause. See the LICENSE for more information.

How To Use

Installation

You can install the tool from PyPi with one of the following one liners:

  • pip install clime-metrics
  • pip install clime-json-converter

Command Line Arguements

clime-json-converter -h

usage: CLIME JSON Converter [-h] -i INPUT [--clipboard] [--csv] [--excel]
                            [--feather] [--hdf] --html [--json] [--latex]
                            [--markdown] [--parquet] [--pickle] [--stata]
                            [--tsv]

A tool to convert JSON files between different formats

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        File to be converted to other outputs
  --clipboard           Copy the data from the file to the system's clipboard
  --csv                 Convert the input to *.csv
  --excel               Convert the input to *.xlsx
  --feather             Convert the input to *.feather
  --hdf                 Convert the input to *.hdf5
  --html                Convert the input to *.html
  --json                Convert the input to *.json
  --latex               Convert the input to *.tex
  --markdown            Convert the input to *.md
  --parquet             Convert the input to *.parquet
  --pickle              Convert the input to *.pkl
  --stata               Convert input to *.dta
  --tsv                 Convert the input to *.tsv

Author(s): Nicholas M. Synovic, Matthew Hyatt, George K. Thiruvathukal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks