nushell/crates/nu-command
Matthias Q 93f20b406e
feat: allow from csv to accept 4 byte unicode separator chars (#10138)
- this PR should close #10132

# Description
* added a flag to `from csv --ascii` that replaces the given `separator
with the unicode separator x1f https://www.codetable.net/hex/1f (aka
Information Separator One)

# User-Facing Changes
New flags are available for `from csv` ( `--ascii` or short `-a`)

# Tests + Formatting
There are no tests at the moment. Code has been formatted.
- `cargo test --workspace` (breaks with a non related test on my
machine)
2023-08-31 18:55:39 +02:00
..
src feat: allow from csv to accept 4 byte unicode separator chars (#10138) 2023-08-31 18:55:39 +02:00
tests feat: allow from csv to accept 4 byte unicode separator chars (#10138) 2023-08-31 18:55:39 +02:00
Cargo.toml Updating polars and sqlparser versions (#10114) 2023-08-30 00:13:34 +02:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00