darshthakkar
3 years agoValued Contributor
Reading data from an empty table in snowflake
How can we read an empty table from Snowflake - Select snap?
While I use Snowflake - Select snap and the table is empty, I don’t see any output preview so I decided to write it down to a flat fil...
- 5 months ago
kumar25 - My dev team is stating that this is currently not supported by our Excel Parser snap. My major concern with using a Script snap to handle the parsing is that the file would either need to be passed as a single binary document, consuming as much memory as the file size, which can be quite large, or you would need to place the file on the Snaplex node before parsing and ensure that the SnapLogic process has read permissions to it.
Having the Script snap perform the parsing also requires that you install and maintain the libraries required to parse.
While is is feasible, I might recommend that you see if the source can provide the more standard XLSX format before going that route.