RrOoSsSsOo / csvjson-app-docker

Online conversion and formatting tools for JSON, CSV and SQL (dockerized)

Home Page:https://www.csvjson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSVJSON

www.csvjson.com are online formatting and conversion tools that I use as a developer.

  • CSV to JSON: Convert CSV (Excel) to JSON format.
  • JSON to CSV: Convert JSON to CSV format (Excel).
  • SQL to JSON: Convert SQL (CREATE TABLE and INSERT INTO statements) to JSON format.
  • JSON Validator: Cerifies that your JavaScript Object Notation adheres to the JSON specification.
  • JSON Beautifier: Format and make beautiful JSON. Convert it to JavaScript code (drop quotes on keys).
  • Data Janitor: Online tool for Excel and Google Sheets data cleaning and transformation using user-written JavaScript.
  • More to come...

CSVJSON is built using PHP CodeIgniter, Bootstrap 3.0, Underscore, JSON, jsonlint, and other goodies.

Forking welcome: https://github.com/FlatFilers/csvjson-app

Installation

  1. Clone Git repository
git clone https://github.com/RrOoSsSsOo/csvjson-app-docker.git
  1. Run docker build to build the image
docker build -t rroossssoo/csvjson:2019.03.20 .
  1. Run the docker container with docker run mapping a custom porto to 80
docker run -p 127.0.0.1:8080:80/tcp rroossssoo/csvjson:2019.03.20
  1. Navigate to http://localhost:8080 (or http://127.0.0.1:8080)

image

image

About

Online conversion and formatting tools for JSON, CSV and SQL (dockerized)

https://www.csvjson.com

License:MIT License


Languages

Language:PHP 57.1%Language:JavaScript 40.1%Language:Hack 1.8%Language:CSS 0.9%Language:HTML 0.1%Language:Dockerfile 0.0%