Collection to File
Description
Concatenates all shards of a collection into a single file. All shards must have the same format. Validation is done to ensure that the format is concatenable. All shards of the input collection(s) must have the same format, and the output file format always matches the collection.
The purpose of this floe is to convert a FastROCS collection into a file that can be used with a FastROCS server (rather than floe).
Details
Title : Collection to FileTags : Large Scale Floes Collection File UtilityPython Name : #11_collection_to_file
Parameters
Inputs
Input Collection An input collection to convert into a file.Type : collection_sourceRequired : TruePython Name : collection_in
Outputs
Output Base Filename Basename of the output file (without the format extension). The format extension will automatically be added to this name. The format is always the same as the format of the collection/shards.Type : stringRequired : FalsePython Name : filename
Options
Verbose If ‘On’, this floe will write to the log file each time a shard is processed.Type : booleanRequired : FalseDefault : TrueChoices :True, FalsePython Name : verbose