Formats for loading data directly into tables from docs not matching actual support
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 45/100
- issue の種類
- ドキュメント
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- shell
調査の方向性
book/loading_data.md のフォーマット一覧を、Nushell 0.111.0 に対して文書化されている scope commands クエリの出力と比較します。どちらの一覧が正式なものかを判断し、それに応じて loading-data と open-command のドキュメントを更新してから、クエリを再実行して、文書化されたフォーマットが実際のサポート内容と一致することを確認します。
索引モデルが issue の本文から書いたものです。
説明
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 │
╰────┴────────────┴───────────────╯
- 主要言語
- TypeScript
- スター
- 258
- フォーク
- 561
- 平均マージ
- 3時間 20分
- マージ済み PR(30日)
- 15
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
nushell/nushell.github.io のほかの issue
-
難易度 1/5 1〜3時間 初心者へのやさしさ 68/100
nushell/nushell.github.io#2081 · コメント 3 件 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 62/100
nushell/nushell.github.io#767 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 58/100
nushell/nushell.github.io#2232 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 58/100
nushell/nushell.github.io#2209 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
nushell/nushell.github.io#2194 ·
nushell/nushell.github.io の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
safetrustcr/dApp-SafeTrust#426 ·
-
area:workflow bug ready-for-agent
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
fil-donadoni/tolaria#4409 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
Fission-AI/OpenSpec#1960 ·
-
Add dependabot オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
corsairdev/corsair#1764 ·