I found a way using the option File offset. Before foreach I set a variable FileOffset ( value #[ 0 ] ) inside foreach I iterate with the part size ( FileOffset + vars.Partsize ). So I used this variable in File Offset option for all Upload Part ( including last part )
Great tutorial, Stefano. Thanks for sharing your knowledge.
bro, don't have mulesoft in our env. tried all partner ways. But my company doesn't have tie up. We currently use BOOMI.
Can you recreate this demo with v6.0.3 of the connector, as it would appear that the new Upload Part does not split the file??
I found a way using the option File offset. Before foreach I set a variable FileOffset ( value #[ 0 ] ) inside foreach I iterate with the part size ( FileOffset + vars.Partsize ). So I used this variable in File Offset option for all Upload Part ( including last part )
Great tutorial
And thanks.