There is scenario where I am hitting an Azure API (Cost Management) of an anisation in post with bearer token authorisation. I am extracting that and flattening them and applied a function rows[1] for a fixed column value in derived column to extract individual data from an array data.
Here I have doubt is, can the sequence of values inside array change in any time.
Questions:
- If there is a possibility of change in sequence, then how can it be tackled?
- If the sequence will not be changed, then do we have any document where it says the sequence cannot be changed?
Please tell me if you have any documentation related to generic scenarios and if possible is there any documentation regrading the Azure cost management where we have info about the sequence order.
Please help me with the above query.
It's a doubt which I looking to clarify. I have completed the end to end solution in ADF pipeline.