Hi @NigelG
My Requirement is to update a table using different CSVs by different users. Earlier I raised a forum request if we have a feature in uploading the CSV in live mode which could solve my problem.
Unfortunately this feature is not in bubble.
Since this feature is not available in bubble, I thought of creating google sheets to the different users where they upload the data which can then be fetched into a table in bubble via blockspring.
Can you please suggest any alternate solution to achieve this?
Works quite nicely for smaller numbers, triggers each time a row is changed so not ideal for “bulk” uploads
Read Google Sheet directly
Google offers an API to do this, and it works very nicely. However it returns a list of values, which Bubble can’t handle. You could probably use Blockspring to flatten it.
Get them to email the csv and put it through mailparser.io ($25 a month but pretty awesome magic).
Copy and paste the CSV into a multi line input, and somehow convert the csv to JSON with Blockspring