On this Page
Chunkify tool
Chunkify tool - designed to split a large XML file into parts(chunks).
It is part of DocOrigin products and located in C:\DocOrigin\DO\Bin
Usage:
Chunkify -in <filepath> (-chunks <number> | -docsPerChunk <number>) [-outFilename <filename>] [-outFolder <path>] [-documentTag <name>]
Parameters | Description |
---|---|
-in | input XML file |
-chunks | number of output files. Can't be used with -docsPerChunk |
-docsPerChunk | number of documents per output file. Can't be used with -chunks |
-outFilename | base name for the output files |
-outFolder | folder path for output files. |
-documentTag | Tag name which is used for splitting. Default value is "Document". |