DBeaver Export Command #17172
Replies: 4 comments 12 replies
-
Hello @error-id10t, The command should look like this:
Does it yield the desired result? |
Beta Was this translation helpful? Give feedback.
-
Hello @ShadelessFox Thank you for your reply. I installed DBeaver 22.2 and now it works, although not exactly as I expected. So, when the query in encountered the export wizard opens with a predetermined config. My goal was that the result of query would be exported directly into the file without any interaction. Also I was willing to chain exports in a single script such as : @export {...file1}
SELECT ...;
@export{...file2}
SELECT ...; Do you know if this is possible ? If not I will stick with a task starting a "PostgreSQL script" which uses psql. |
Beta Was this translation helpful? Give feedback.
-
Is @export command supported in Community version of DBeaver? |
Beta Was this translation helpful? Give feedback.
-
Trying to use the export function in DBeaver. I'm not understanding how to implement the settings where I do not want the default. All I want to do is pick the filepath and file name. Can someone please help?
here's what I have:
@export {"type": , "producer": {}, "consumer": {<outputFolder='filepath' outputFilePattern = 'data'>}, "processor": {}}
https://dbeaver.com/docs/wiki/Export-Command/
Beta Was this translation helpful? Give feedback.
All reactions