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
- Host: GitHub
- URL: https://github.com/asaph/datafiledebug
- Owner: asaph
- Created: 2014-02-18T18:20:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T17:32:07.000Z (almost 12 years ago)
- Last Synced: 2025-06-06T14:39:49.946Z (about 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.