Skip to content

to-csv doesn't support the table that ps produces #593

@jeka

Description

@jeka

With lastest devel docker image:

$ podman  run -it --rm nushell/nu:devel
/> ps
━━━━━┯━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━
 pid │ name │ status   │ cpu 
─────┼──────┼──────────┼──────────
   1 │ nu   │ Sleeping │ 0.000000 
━━━━━┷━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━
/> ps | to-csv
error: Expected an object with CSV-compatible structure.span() from pipeline
- shell:1:5
1 | ps | to-csv
  |      ^^^^^^ requires CSV-compatible input
- shell:1:0
1 | ps | to-csv
  | -- originates from here

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions