1 个稳定版本
1.0.0 | 2022年5月25日 |
---|
#4 in #fixed-width
7KB
93 代码行
fixed2csv
: 将固定宽度字段转换为CSV的快速简便工具
你可以用 awk
来做这件事,但这个应该更快。
安装
cargo install -f --git https://github.com/faradayio/fixed2csv.git fixed2csv
给定输入文件 input.txt
first last middle
John Smith Q
Sally Jones
你应该能够运行
$ fixed2csv -v 10 10 6 < input.txt
first,last,middle
John,Smith,Q
Sally,Jones,
Processed 65 B in 1s, 65 B/s
依赖项
~7–16MB
~180K SLoC