adobe / adobe/umapi-cli

Customize CSV delimiter

未关闭
#9 0 条评论 0 个 reaction 已指派 1 人 已被 @adorton-adobe 认领 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。