Skip to content
New issue

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

[Bug]: Export with quotes does not work #3595

Open
1 task done
annaroman123 opened this issue Mar 26, 2024 · 2 comments
Open
1 task done

[Bug]: Export with quotes does not work #3595

annaroman123 opened this issue Mar 26, 2024 · 2 comments

Comments

@annaroman123
Copy link

What did you do?

I have table imported from .csv file and I'd like to export the data using semicolon separator (;) and quotes as string delimeter. I've tried to use default ", ', other ($, ") .
All of the columns were set as TEXT

What did you expect to see?

Exported file has quotted values

What did you see instead?

plain text as in the table, without quotes (and any other delimeter tested)

DB4S Version

3.12.2

What OS are you seeing the problem on?

Windows

OS version

No response

Relevant log output

No response

Prevention against duplicate issues

  • I have searched for similar issues
@FriedrichFroebel
Copy link
Contributor

In theory, unless your values contain the delimiter itself (semicolon in this case) there should be no need to escape/quote the corresponding values. DB4S just applies the minimal quoting here.

@annaroman123
Copy link
Author

For some specific purpose I need the quoted values in export, which I've expected when quote selected :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants