File Splitter

Split large flat files into smaller files

Split flat files into smaller files on a file system. It will create a folder and place the files in there. The header rows can be retained on each output file.

Revision History

1.0.0.0 Initial Release

Properties

Connection

Type: Connection Input
The Connection Property.

FilePath

Type: Multiline Text Input
The path of the file that needs to be spit in smaller files

DestinationFolder

Type: String Input
The folder in which the split files must be saved. The files will have the same file name with a number at the end.

RepeatHeaderRows

Type: Int32 Input
When the source file have a header, it can be created on each split file. Multiple header rows are also supported.

ChunkSizeMb

Type: Int32 Input
The size that the output file should not exceed.

LineEnding

Type: String Input
The line ending that the file uses. This will be used to ensure the last row on the split files will be complete.

Remarks

This Node must be run on a DropPoint.

Examples

Sample Workflow

See Also

File
Flat File
File Compressor
File Watcher
File Manage