Customize CSV delimiter
オープン
enhancement
- 主要言語
- Python
- スター
- 2
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
# Expected Behavior
It should be possible to pass an option to customize the CSV delimiter. The option would be ignored when format is `json` or `pretty`.
Example:
```
# expect pipe character as delimiter
$ umapi user-create-bulk -i users.csv -D "|"
```
```
# output CSV with semicolon delimiter
$ umapi user-read-all -f csv -D ";"
```
# Actual Behavior
This behavior is not currently implemented.
コントリビューションガイド
評価
この issue はまだ評価されていません。