[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!
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
a
anonymous
said
almost 13 years ago
[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.
anonymous