Split a text file into parts with a specified size.
This is a plugin for eccenca Corporate Memory. You can install it with the cmemc command line clients like this:
cmemc admin workspace python install cmem-plugin-splitfile
The input file to be split.
Example: An input file with the name input.nt will be split into files with the names input_000000001.nt,
input_000000002.nt, input_000000003.nt, etc.
The maximum size of the chunk files.
The unit of the size value: kilobyte (KB), megabyte (MB), gigabyte (GB), or number of lines (Lines).
Include the header in each split. The first line of the input file is treated as the header.
Delete the input file after splitting.
Use the internal projects directory of DataIntegration to fetch and store files, instead of using the API. If enabled, the "Internal projects directory" parameter has to be set.
The path to the internal projects directory. If "Use internal projects directory" is disabled, this parameter has no effect.