Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

表ソートについて #572

Closed
snowdrops89 opened this issue Sep 4, 2020 · 0 comments · Fixed by #578
Closed

表ソートについて #572

snowdrops89 opened this issue Sep 4, 2020 · 0 comments · Fixed by #578
Assignees

Comments

@snowdrops89
Copy link

現象:
v1では「表ソート」と「表数値ソート」があり、「表ソート」では文字列順のソートが行われましたが、v3では「表数値ソート」は無く、v1非互換とはなっていないのですが、「表ソート」が数値順のソートとなっているようです。

再現:

スイーツ=「チョコレート,100
ショートケーキ,300
プリン,180
チーズケーキ,200
アイスクリーム,120」をCSV取得。
スイーツの0を表ソートして表示。 #ソートされない
スイーツの1を表ソートして表示。 #ソートされる

マニュアルにv1非互換ですと書くのは易いのですが、名簿的なナニカなど文字列ソートしたい需要はありそうに思います。
旧バージョンとの互換を鑑みると、表ソートはv1非互換として逆に文字列ソートを作るとかも考えられますが(?)

@massongit massongit self-assigned this Sep 12, 2020
@massongit massongit linked a pull request Sep 12, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants