I assume that copying from RedShift -> S3 can only be done with RedshiftcCopyActivity. However I can't seem to find a way to copy only specific columns to S3 (only copy all columns).
The reason I am doing this because one of the columns in the redshift contains carriage return character that messing up with PigActivity defined later on. So I figure since I don't need that column I will just copy only the columns to make my PigActivity runs smoothly.