Skip to content
New issue

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

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

Already on GitHub? # to your account

Question about issue_export #121

Closed
alpesmaritimes34170 opened this issue Dec 20, 2023 · 1 comment
Closed

Question about issue_export #121

alpesmaritimes34170 opened this issue Dec 20, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@alpesmaritimes34170
Copy link

alpesmaritimes34170 commented Dec 20, 2023

Hello,

Comma is used as a CSV delimiter. Is there a way to choose another character as delimiter? I didn't find anything in the documentation.

Thank you.

@princenyeche princenyeche self-assigned this Dec 20, 2023
@princenyeche princenyeche added the question Further information is requested label Dec 20, 2023
@princenyeche
Copy link
Owner

princenyeche commented Dec 20, 2023

Hey @alpesmaritimes34170

Despite the existence of the delimiter parameter as a keyword argument, it currently isn't utilized in the issue_export function. However, I plan to include this feature in the upcoming v0.7.9 release and make it for explicit use. Once implemented, you'll be able to use the delimit parameter when calling the issue_export function, and this parameter will be passed to the file_writer functions. The specified character will then be used as the delimiter for the CSV file result

# import statement
issue_export(jql=jql, delimit=";")

In this case, the output of the CSV file will be semi-colon delimited. It's important to note that the delimiter argument only accepts a single character. It's recommended to avoid using characters such as spaces or tabs as delimiters, as they might cause conflicts during data export. The suggested delimiters to use are either semi-colon, colon, and comma (which is the default).

@princenyeche princenyeche added the enhancement New feature or request label Dec 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants