Formats for loading data directly into tables from docs not matching actual support
Dieses Issue hat noch niemand übernommen.
Bewertung
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Anfängerfreundlichkeit
- 45/100
- Issue-Typ
- Dokumentation
- Klarheit
- Größtenteils klar
- Aktivitätsstatus
- Veraltet
- Tech-Stack
- shell
- Bereich
- documentation
Rechercherichtung
Vergleiche die Formatliste in book/loading_data.md mit der Ausgabe der dokumentierten Abfrage scope commands für Nushell 0.111.0. Bestimme, welche Liste maßgeblich ist, aktualisiere die Dokumentation zu loading-data und open-command entsprechend und führe die Abfrage erneut aus, um zu überprüfen, dass die dokumentierten Formate der tatsächlichen Unterstützung entsprechen.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Beschreibung
Hi,
I tried opening an xls file with the open command and got garbled output. I checked the docs and saw that it was supposed to be able to open xls files. Looked into what "from commands" actually existed using the sample command from the open docs (See copy of command at bottom) and xls was not in the list. I'm not sure what is the best way to "correct" this mismatch.
The list I'm referring to in the docs is defined here
The following are in the docs but not supported in my version of nu (0.111.0)
- eml
- ics
- ini
- vcf
- xls
The following show when I run the command to get the "from commands" in scope but do not appear in the documentation:
- msgpack
- msgpackz
Command from Open Docs Showing List of From formats
Command
> scope commands
| where name starts-with "from "
| insert extension { get name | str replace -r "^from " "" | $"*.($in)" }
| select extension name
| rename extension command
Output for me on nu 0.111.0
╭────┬────────────┬───────────────╮
│ # │ extension │ command │
├────┼────────────┼───────────────┤
│ 0 │ *.csv │ from csv │
│ 1 │ *.json │ from json │
│ 2 │ *.msgpack │ from msgpack │
│ 3 │ *.msgpackz │ from msgpackz │
│ 4 │ *.nuon │ from nuon │
│ 5 │ *.ods │ from ods │
│ 6 │ *.ssv │ from ssv │
│ 7 │ *.toml │ from toml │
│ 8 │ *.tsv │ from tsv │
│ 9 │ *.url │ from url │
│ 10 │ *.xlsx │ from xlsx │
│ 11 │ *.xml │ from xml │
│ 12 │ *.yaml │ from yaml │
│ 13 │ *.yml │ from yml │
╰────┴────────────┴───────────────╯
- Vorherrschende Sprache
- TypeScript
- Sterne
- 258
- Forks
- 561
- Ø Merge
- 3 Std. 20 Min.
- Gemergte PRs (30 T.)
- 15
Beitragsleitfaden
Erste Schritte
- Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
- Forken Sie das Repository und arbeiten Sie in einem Branch.
- Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.
Mehr aus nushell/nushell.github.io
-
Schwierigkeit 1/5 1-3 Stunden Anfängerfreundlichkeit 68/100
nushell/nushell.github.io#2081 · 3 Kommentare ·
-
Schwierigkeit 1/5 Unter einer Stunde Anfängerfreundlichkeit 62/100
nushell/nushell.github.io#767 · 1 Kommentar ·
-
Schwierigkeit 3/5 1-2 Tage Anfängerfreundlichkeit 58/100
nushell/nushell.github.io#2232 · 1 Kommentar ·
-
Schwierigkeit 3/5 1-2 Tage Anfängerfreundlichkeit 58/100
nushell/nushell.github.io#2209 ·
-
Schwierigkeit 4/5 3-5 Tage Anfängerfreundlichkeit 45/100
nushell/nushell.github.io#2194 ·
Alle Issues in nushell/nushell.github.io
Ähnliche Issues
-
Schwierigkeit 1/5 1-3 Stunden Anfängerfreundlichkeit 88/100
motiondivision/motion#3849 ·
-
Add: S Play Event HD Offencheck:passed streams:add
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 72/100
-
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 68/100
-
LiteLLM proxy response_cost (x-litellm-response-cost) is never applied to ChatModelOutput.cost Offenbug
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 84/100
i-am-bee/beeai-framework#1697 · 1 Reaktion ·
-
Support bun dedupe Offenenhancement
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 75/100
antfu/node-modules-inspector#214 ·