Path to this page:
./
textproc/json2tsv,
Convert JSON to TSV
Branch: CURRENT,
Version: 0.9,
Package name: json2tsv-0.9,
Maintainer: leotjson2tsv reads JSON data from stdin. It outputs each JSON type to a
TAB-Separated Value format per line. The -n flag can be used to show
the indices for array types (by default off).
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 7.604 KB
Version history: (Expand)
- (2022-05-28) Updated to version: json2tsv-0.9
- (2021-12-21) Updated to version: json2tsv-0.8
- (2021-01-27) Updated to version: json2tsv-0.6
- (2020-02-24) Updated to version: json2tsv-0.5
- (2019-11-12) Updated to version: json2tsv-0.4
- (2019-10-24) Updated to version: json2tsv-0.3
CVS history: (Expand)
2022-05-28 20:44:42 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
json2tsv: Update to 0.9
Changes:
0.9
===
* Improve read and write error handling in streams.
* Allow octal format for the separator and check the format a bit more strict.
* Fix code that could have side-effects: nodes[--depth].index++
(This line found a bug in the scc compiler).
* README: optimize the unescape() function.
|
2021-12-21 15:49:05 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
json2tsv: Update to 0.8
Changes:
0.8
---
- Optimize number parsing for large number datasets
- Add -F and -R options to allow to specify a different field and record
separator
- Print \n and \t also when using -F/-R options
- Documentation improvements
0.7
---
- Use unlocked I/O by default
- Fix gcc warnings
- Documentation improvements
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-01-27 17:52:28 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
json2tsv: Update to 0.6
pkgsrc changes:
- Update MASTER_SITES to use https
Changes:
0.6
---
- Fix UTF-16 surrogate pair range
- Also install LICENSE as part of documentation
|
2020-02-23 21:44:25 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
json2tsv: Update to 0.5
Changes:
0.5
---
- Minor bug fixes and improvements
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-12 19:08:23 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
json2tsv: Update to 0.4
Changes:
0.4
---
- Add `-r' flag to allow printing all control-characters
- Documentation improvements
|