Open aroberts opened 3 years ago
@aroberts Could you possibly provide the function that you're trying to run and the output that you're getting?
Hey @aroberts,
That's a good question. First off, indexing ([]
) isn't implemented as a function, but its syntax is described in the expressions section of the documentation.
Having said that, I think there are two improvements we can make here:
<array>
as in your link clickable, to go to the relevant header in the expressions section.@JeanMertz hey thanks- that answers all my questions, and I agree that these two things would be great to have spelled out in the doc.
I'm writing my first transform, and after
split
ting a field, I am looking for documentation on what happens if I index into the resulting array using a too-large value. The documentation here doesn't mention[]
as a function at all, let alone express anything about the failure modes.