09-17-2019 11:22 AM
I am extracting from a SnowFlake table through a filter, router and sort snap. Can I connect directly to an S3 File Writer?
09-17-2019 04:36 PM
You would need to use one of the Formatter Snaps (CSV, XML, JSON etc) which writes the data out in a binary format, which the file writer can then write to the S3 file system.
09-26-2019 11:11 AM
Thanks Chris.