"The Sheets API v4 does not currently have a direct equivalent for the Sheets API v3 structured queries. However, you can retrieve the relevant data and sort through it as needed in your application." -> https://developers.google.com/sheets/api/guides/migration :((
On Thursday, February 2, 2017 at 3:02:36 PM UTC+2, Jānis Taranda wrote: > > I collect a lot of daily data from remote source and insert it into google > sheet. However, the fetched remote data can be the same for some time, so I > don't want to insert same Row in my sheet. > As coming from SQL background, I'm thinking of something like > "alreadyExists = Select * from xx where uid=yy", but seems I can't do > nothing near that in API v4. > > Any suggestions? > Do I need to loop and compare every time with all records from some column? > > Best, Janis > -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
