Replace in string array

operators.val.replace_in_string_array(client, file_in='in.txt', file_out='out.txt', tokens_to_replace='', replacement_tokens='', instance_type='x2large')
Replace tokens in a string array

replace_in_string_array( client,
file_in=’in.txt’,
file_out=’out.txt’,
tokens_to_replace=’’,
replacement_tokens=’’,
instance_type=’x2large’ )
Parameters:
  • file_in – Input filename

  • file_out – Output filename

  • tokens_to_replace – Tokens to replace, comma separated

  • replacement_tokens – Replacement tokens, comma separated

  • instance_type – type of cloud instance used for processing