mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Switch from_csv to output rows
This commit is contained in:
@ -17,7 +17,7 @@ fn open_csv() {
|
||||
nu!(
|
||||
output,
|
||||
cwd("tests/fixtures/formats"),
|
||||
"open caco3_plastics.csv | get root | first 1 | get origin | echo $it"
|
||||
"open caco3_plastics.csv | first 1 | get origin | echo $it"
|
||||
);
|
||||
|
||||
assert_eq!(output, "SPAIN");
|
||||
|
Reference in New Issue
Block a user