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

https://github.com/asaph/datafiledebug

Print CSV and JSON files in the console in a human readable format
https://github.com/asaph/datafiledebug

Last synced: about 2 months ago
JSON representation

Print CSV and JSON files in the console in a human readable format

Awesome Lists containing this project

README

          

DataFileDebug
=============

Print CSV and JSON files in the console in a human readable format

CSV
-

Usage:

php debugCsv.php [-d delimiter] filename [[-d delimiter] filename] [[-d delimiter] filename]

For convenience, you can create a symbolic link to `debugCsvYouCanSymlinkToThis.sh` from a directory
that is part of your `$PATH` environment variable such as `/usr/bin` or `/usr/local/bin`.

JSON
-

Usage:

php debugJson.php filename

For convenience, you can create a symbolic link to `debugJsonYouCanSymlinkToThis.sh` from a directory
that is part of your `$PATH` environment variable such as `/usr/bin` or `/usr/local/bin`.