Hello, I’m using a JSON to bulk add rows to my google sheet. The issue is that it uses periods rather than commas as separators in numbers, but my google sheets regional settings use commas rather than periods as separators for $$ amounts, for example.
I tried to use the replace function after the JSON, the problem is the JSON is returning multiple bundles containing multiple arrays and I’m not sure how to replace while retaining the structure.
I’m sure there is a simple way to do this, right?
Factures Communauto.blueprint (1).json (58.6 KB)