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 还没有评估数据。