Splitting exported object files

Visitor 3 can only import up to 200 to 250 thousand objects in one go. For more objects visitor will freeze.

Therefore Roller also contains the helper tool called split.exe. It can split the objects export file to multiple smaller ones. You can then import them one after another. By default the files will split into 100 thousand lines each. You can define the number of lines yourself as optional parameter after the specification of the file that you want to split.

Usage: split.exe FILE [MAX_LINES]
e.g.
split.exe WRPFILE_objects.txt 200000

Back to the overview (home)