Hi!
I have a problem with JSONUpdater and the function "Delete From Array".
My case :
I have this JSON file
I want to delete the value 79240 in "structure_ids". In JSONUpdate, I can't write the value, it doesn't work.
I do write the position of this value.
How can I do this dynamically? Is there an IndexOf function on FME?
And when I write a position, here 4, in JSONUpdater, it removes 2 values instead of one (79240,79389).
Thank you for your help