I need to update twice daily a certain amount of google sheets with data from csv generated and saved on my website ftp folder.
The issue is that the amount of line to process is 40000 x 2 = 80000 lines per week and growing every day.
The issue is that the update cell in the module actually overwrite all the line instead of changing the modified one and adding the new one.
So it count 80000 operations per week instead of maybe 1000 operations per week.
Therefore, the app is not cost effective for my need.
If a analysing module could compare the CSVs and the Google Sheets without using operations and then update the 1000 lines, then it would count 1000 operations .... the app would be worth it !
---------------------------------------
BESTPRACTICE: You could use "Google Drive > Update a file" module, but it would update the whole spreadsheet.
Created by Tereza Klobouckova
July 22, 2022