We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現象: v1では「表ソート」と「表数値ソート」があり、「表ソート」では文字列順のソートが行われましたが、v3では「表数値ソート」は無く、v1非互換とはなっていないのですが、「表ソート」が数値順のソートとなっているようです。
再現:
スイーツ=「チョコレート,100 ショートケーキ,300 プリン,180 チーズケーキ,200 アイスクリーム,120」をCSV取得。 スイーツの0を表ソートして表示。 #ソートされない スイーツの1を表ソートして表示。 #ソートされる
マニュアルにv1非互換ですと書くのは易いのですが、名簿的なナニカなど文字列ソートしたい需要はありそうに思います。 旧バージョンとの互換を鑑みると、表ソートはv1非互換として逆に文字列ソートを作るとかも考えられますが(?)
The text was updated successfully, but these errors were encountered:
massongit
Successfully merging a pull request may close this issue.
現象:
v1では「表ソート」と「表数値ソート」があり、「表ソート」では文字列順のソートが行われましたが、v3では「表数値ソート」は無く、v1非互換とはなっていないのですが、「表ソート」が数値順のソートとなっているようです。
再現:
マニュアルにv1非互換ですと書くのは易いのですが、名簿的なナニカなど文字列ソートしたい需要はありそうに思います。
旧バージョンとの互換を鑑みると、表ソートはv1非互換として逆に文字列ソートを作るとかも考えられますが(?)
The text was updated successfully, but these errors were encountered: