02-11-2018 11:47 PM
Hi ,
I have requirement to read a single sheet at a time and load the data in to a table from the same excel file which contains more than 40+ of sheets. Is it possible to do this through Snaplogic. Can some one suggest.
Thank You,
Mallikarjun
03-14-2023 02:59 AM
Hi, Can you post an example for this solution.
Thank you
09-21-2021 09:46 AM
I was able to use this for parsing multiple sheets but it errors if a sheet does not exist. Does anyone know of a way to ignore the specific error for if a sheet is blank and continue processing?
09-21-2021 11:06 AM
@Jordan1211 , try error view
09-21-2021 11:19 AM
What I did was used the error view plus a router that treated the error I was receiving different than all others. ($error.contains(“Sheet with the provided name does not exist:”)). Which basically classified it as an “Informational Error”. This works for now. I am just wondering if there are other options.
03-14-2023 04:23 AM
Hi, if this is a google spreadsheet then consider using Spreadsheet Browser (that lists all the spreadsheets along with their worksheets as per the given filter) snap, followed by the Worksheet Reader (that reads a specific given sheet) snap. Supply values from the browser to the reader snap.
And spreadsheet snappack is a premium snappack. FYI.