Koen Rijnsent

Results 29 comments of Koen Rijnsent

I made some code that might help: ``` function ImportJSONRaw(url, fetchOptions, removeFormatting) { //Url e.g. 'https://api-global.morningstar.com/sal-service/v1/fund/securityMetaData/F00000QERN?clientId=MDC'; //fetchOptions e.g. '{"method":"GET","headers":{"apikey":"lstzFDEOhfFNMLikKa0am9mgEKLBl49T"}}'; if (fetchOptions != undefined) { if (fetchOptions.length == 0) { fetchOptions...

> @krijnsent Would you mind make a PR to integrate your feature within the existing script? Would be much easier to update/reuse. I would love to, but 1) I'm a...

> I've answered your question regarding #145. > > Regarding git itself, I advise you follow https://learngitbranching.js.org/ which is the best tutorial I know of, and the one my interns...

The issue seems to be in the defaultTransform_ function. In there, there is a block where values are automatically transformed into a string and cut to max 256 characters. To...

Hi @gusflopes , could you share the JSON you're trying to import?

Hi Anders, from what I can find it's a problem of Google Sheets, not of the custom function. On Stackoverflow I found: -Clearing cookies seemed to do the trick. -Hard...

This issue stems from the "noTruncate" option in the "defaultTransform_" function. If you don't have the noTruncate option added, the value/boolean will be transformed into a string and sliced to...

I'll look into it, Binance seems to have changed some stuff with their API, thanks for noticing. (Sorry the answer took a while, I was on holiday :-)).

Hi there, am busy with my "normal job" & soon off for holidays, so please don't hold your breath. I'll put it on the wish list, probably won't happen soon...

Hi @scotchy33 thanks for your feedback. The functions like C_ARR_OHLCV work, but are not ideal. With that I mean: they pull in the right information, but they do refresh with...