We need to use another flatten transformation in order to flatten the nested array. However , in your case, all the nested array inside parcel[] are of same level , not hierarchical. You can split the first flatten activity using transformation called 'New branch' which will create a copy of first flatten transformation and then use subsequent flatten transformations for quantity[],location[] , etc. Post that, you can use join or union transformation for further requirement .
If the above suggestion was helpful, kindly do click Accept Answer
and Up-Vote
for the same. In case you have any further query please do let us know.