ContributionsMost RecentMost LikesSolutionsRe: Unable to execute stored procedure (Redshift) using Redshift Execute Hi there, Until the enhancement is ready , is there any workaround to execute a Redshift stored procedure that returns a result set. Thanks Re: How to write a Json file to a Google drive seems like it can write to google storage not the google drive… Re: Excel Parser : reading formatted values instead of the original value Thanks Rohit. I am interested in reading the original value instead of the formatted value. Is there a way to read it? How to write a Json file to a Google drive Hi there, I have a requirement where i have write a Json file to a Google drive instead of FTP. Please suggest how can i achieve it using snaplogic. Unable to execute stored procedure (Redshift) using Redshift Execute SQL: CALL get_result_set(1, ‘mycursor’); FETCH ALL FROM mycursor; Failure: SQL operation failed, Reason: A result was returned when none was expected., error code: 0, SQL state: 0100E, Resolution: Please check for valid Snap properties and input data. Excel Parser : reading formatted values instead of the original value Hi there, I am using excel file to read the sheet and i am noticing that it is truncating decimals. It reads the formatted column values instead of the actual values… for example … Value: -123.943661971831 is read as -$123.94 Whereas i want the actual value not the formatted.