For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hi,
I am trying to convert an input variable which contains comma-delimited string values into an XML nodeset using oraext:create-nodeset-from-delimited-string and Stage File action. I have gone through other posts on the forum but i am not able to convert the delimited value in nodeset. Please let me know if there is an alternative approach or any help on below approach will be helpful.
$Vars_CountryStringFilter = A,B,C
XSLT for Stage Write action : StageWriteXSLT.xsl
XSD for Stage Write action : StageWriteSchema.xsd
Request log for Stage Write action : StageWriteRequest.log
With above approach .attached is the snapshot of the payload(StageWriteRequest.log) sent to Stage Write action . However, an empty file is getting generated when i write the stage file reference to FTP.
Thanks,
Ritu
Comment
What exactly are you trying to do?
The schema used is not specifying anything like what to be written to file - XML or JSON or CSV.
Try updating the Stage Write to use sample xml as below instead of above XSD and see the difference!
Be the first to rate this
|
Sign in to rate this
your XSLT looks inaccurate. Check
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=318507529201152&parent=EXTERNAL_SEARCH&id=1494592.1&_afrWindowMode=0&_adf.ctrl-state=6o9yetjb1_4
Be the first to rate this
|
Sign in to rate this
Thanks for responding but for some reason, it is not working with stage file action.
Be the first to rate this
|
Sign in to rate this