Joining multiple CSVs using hive
I have exported few tables from postgres to S3 using JDBC multitable origin. In a subsequent pipeline I want to join those CSVs and create flattened tables. Normally I can achieve this by creating hive external tables on S3 folders and joining them. How can I achieve the same in streamsets? Please help. I have been trying multiple things for 2 days but not able to move forward on this.
Thanks, Aditya