nushell/crates/nu-command/src/formats/from
Olilin1 39cf43ef06
Fix: string_to_table in ssv.rs now filters comments. (issue #11997) (#12035)
- Fixes #11997

# Description
Fixes the issue that comments are not ignored in SSV formatted data.
![Fix
image](https://github.com/nushell/nushell/assets/64328283/1c1bd7dd-ced8-4276-8c21-b50e1c0dba53)

# User-Facing Changes
If you have a comment in the beginning of SSV formatted data it is now
not included in the SSV table.

# Tests + Formatting
The PR adds one test in the ssv.rs file. All previous test-cases are
still passing. Clippy and Fmt have been ran.
2024-03-01 07:11:13 -06:00
..
command.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
csv.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
delimited.rs Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
json.rs Strict JSON parsing (#11592) 2024-01-30 08:10:19 -06:00
mod.rs REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00
nuon.rs Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
ods.rs Bump calamine to 0.24 (#11874) 2024-02-17 09:05:55 -06:00
ssv.rs Fix: string_to_table in ssv.rs now filters comments. (issue #11997) (#12035) 2024-03-01 07:11:13 -06:00
toml.rs Fixed to/from toml date format (#11846) 2024-02-14 12:13:33 -06:00
tsv.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
xlsx.rs Add date support in from xlsx (#11952) 2024-02-24 07:25:51 -06:00
xml.rs Bump roxmltree to 0.19 (#11876) 2024-02-17 09:07:50 -06:00
yaml.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00