I am trying to export the results of a SQL query to a CSV file with a tab delimiter using DBeaver. However, I'm facing issues in getting the output in the desired format. Here's what I have tried:
\t
for tab-delimited output.Despite these steps, the resulting CSV file does not seem to be correctly tab-delimited. I am not sure if I am missing a setting or if there is a specific way to input the tab delimiter in DBeaver.
Has anyone encountered this issue or knows the correct procedure to export a query result to a tab-delimited CSV file in DBeaver? Any help or guidance would be greatly appreciated.
I've just checked the issue in my DBeaver, everything is ok. The \t delimiter should be set here. May be you need to update DBeaver?