Start a new topic

Export to multiple files?

[This topic is migrated from our old forums. The original author name has been removed]

Hi guys, I am exporting a lot of data into a csv file. Right now DBVisualizer exports everything to one file (12GB). Does anyone know how to get it to export to multiple files? (ideally 12 files of size 1 GB) Thank you!

[This reply is migrated from our old forums. The original author name has been removed]

Re: Export to multiple files?
FYI, On Unix/Linux you could use the "split" command with the "-l" parameter to split the file (after export) based on number of lines. The command also supports splitting based on byte counts but you risk splitting in the middle of a record which is probably not what you want.
[This reply is migrated from our old forums.]

Re: Export to multiple files?
Katherine, It is currently not possible to output parts of the export to different files. I'll register this as a new feature request. Regards Roger