Have you liked any of our content and thinking about Thanking us? Then you can thank us / donate us with below links buymeacoffee: www.buymeacoffee.com/beenumlearning PayPal: paypal.me/beenumlearning Below are the links for the courses created by us Learn Integration in Oracle Integration: www.udemy.com/course/learn-integration-in-oracle-integration-oic-from-scratch/?referralCode=A378D1F90CFDA29998D4 Learn B2B for Oracle Integration: www.udemy.com/course/b2b-for-oracle-integration-training-for-beginners/?referralCode=A046790B230F8E7B2648 Learn Insight in Oracle Integration: www.udemy.com/course/insight-in-oracle-integration-oic/?referralCode=6E554C8689FC329746A0
Thanks for sharing this video!! can we handle file related operations in the js library? is it possible to import a file in the js library or take it as an input... which is previously created by write file stage operation and then do the transformation to file and pass as an output... thanks in advance!
Reference might not work I believe, try with binary i.e. base64 content type and then try to do transformations with javascript. If you want use any js libraries then that also you may do as shown in below video ua-cam.com/video/d71ayo1MAso/v-deo.html Please subscribe the channel if you have not subscribed and share this channel with your colleagues and friends
Have you liked any of our content and thinking about Thanking us? Then you can thank us / donate us with below links
buymeacoffee: www.buymeacoffee.com/beenumlearning
PayPal: paypal.me/beenumlearning
Below are the links for the courses created by us
Learn Integration in Oracle Integration:
www.udemy.com/course/learn-integration-in-oracle-integration-oic-from-scratch/?referralCode=A378D1F90CFDA29998D4
Learn B2B for Oracle Integration:
www.udemy.com/course/b2b-for-oracle-integration-training-for-beginners/?referralCode=A046790B230F8E7B2648
Learn Insight in Oracle Integration:
www.udemy.com/course/insight-in-oracle-integration-oic/?referralCode=6E554C8689FC329746A0
Thanks for sharing this video!!
can we handle file related operations in the js library?
is it possible to import a file in the js library or take it as an input... which is previously created by write file stage operation and then do the transformation to file and pass as an output...
thanks in advance!
Yes possible
so do we have to pass file references as an input?
Reference might not work I believe, try with binary i.e. base64 content type and then try to do transformations with javascript. If you want use any js libraries then that also you may do as shown in below video
ua-cam.com/video/d71ayo1MAso/v-deo.html
Please subscribe the channel if you have not subscribed and share this channel with your colleagues and friends
Sure sir,
will try.
thanks for the response!! :-)
Hi, Can I use an NPM package to do more complex things?
Hello, You may have a look at this ua-cam.com/video/d71ayo1MAso/v-deo.html . Not sure about NPM packages.