Slice string array folder
- operators.val.slice_string_array_folder(client, folder_in='/folder_in', folder_out='/folder_out', slices='', worker_instance_type='x2large', manager_instance_type='small', extension_file_in='.txt', extension_file_out='.txt', skip_existing_files=False)
- Slice a string array
- slice_string_array_folder(client,folder_in=’/folder_in’,folder_out=’/folder_out’,slices=’’,worker_instance_type=’x2large’,manager_instance_type=”small”,extension_folder_in=”.txt”,extension_folder_out=”.txt”,skip_existing_files = False )
- Parameters:
slices – Slices to take
folder_in – Input foldername
folder_out – Output foldername
worker_instance_type – cloud instance type of worker nodes
manager_instance_type – cloud instance type of manager node
extension_folder_in – File extension of files in folder for folder_in
extension_folder_out – File extension of files in folder for folder_out
skip_existing_files – skip files that already exist in the output folder