nushell/crates/nu-cli
Lars Mühmel b3c623396f
Fix to-csv command (#1635)
* Fix --headerless option of to-csv and to-tsv

Before to-csv --headerless split the "headerfull" output on lines,
skipped the first, and then concatenated them together. That meant
that all remaining output would be put on the same line, without
any delimiter, making it unusable. Now we replace the range of the
first line with the empty string, maintaining the rest of the
output unchanged.

* Remove extra space in indentation of to_delimited_data

* Add --separator <string> argument to to-csv

This functionaliy has been present before, but wasn't exposed
to the command.
2020-04-23 05:08:53 +12:00
..
src Fix to-csv command (#1635) 2020-04-23 05:08:53 +12:00
tests Semicolon (#1613) 2020-04-20 18:41:51 +12:00
Cargo.toml Bump ichwh to version 0.3.4 (#1627) 2020-04-22 05:37:14 +12:00