Forum Discussion
yashasvi74
4 years agoNew Contributor
On doing this I am getting error in Rest post snap. PFB the snapshot.
Regards,
Yashasvi
SpiroTaleski
4 years agoValued Contributor
No, my proposal is to:
- After File Reader Snap(if file that you are reading is xml) to add Document to Binary and then pass the content to REST Post Snap.
BR,
Spiro Taleski
- darshthakkar4 years agoValued Contributor
@karthik_dhina: The solution has been provided by @bojanvelevski - trust me it works. If at all you do not want to use a mapper then you can always leverage some snaps like
filter
androuter
for the same but you’ll have to use a mapper after the results are filtered and assign the default value.Alternatively, you can also use
Conditional
snap to achieve similar use cases.