Hi
I am trying to prepare various tables to upload to redshift. The limitation that I am trying to solve is redshift won't accept v_wstrings larger than 65535. I am trying to create a workflow that accepts any table as input, resizes any strings larger than 65535 (truncating the data is fine), then output the table with the all fields types unchanged expect for the large strings.
Any ideas?
Thanks,
Travis