Forum Discussion
9 Replies
- robinFormer Employee
@ssmith266 Do you know the SQL query you wish to execute that will return the data to be put into the Excel file?
Normally I would anticipate a user using the SQL Server Execute Snap, the Excel Formatter Snap, and a File Writer Snap to complete this task.
Perhaps you can please share what you tried so far and I can try to assist you.
- ssmith266New Contributor
Thank you for the reply Robin, fortunately I was able to work through the issue. Your approach is correct - In the picture below I have a Netezza DB (JDBC Execute Snap) Table that I am select everything from, an excel formatter snap and a file writer snap.
.
- igormicevContributor
Note that you’ll have to additionally handle data result sets that are bigger than 100MB, the limit size for files in SLDB.
/Igor