Can we extract data from sail code to java code:Example : Sailcode present in xml file under definition tag <definition>a!localVariables( #"SYSTEM_SYSRULES_sectionLayout_v1"( contents:{ #"SYSTEM_SYSRULES_richTextDisplayField"( value: { #"SYSTEM_SYSRULES_richTextItem_v1"( text: "Click here to display Case(s) Information", link: #"SYSTEM_SYSRULES_safeLink"( label: "Company web site", uri: "">http://www.appian.com" ) ) } ) } ) )</definition>into java object to get data of text : "Click here to display case)s) information", link label :"Company web" , link uri :"http"//wwww.appian.com"
Discussion posts and replies are publicly visible
Sure, just put enough money and effort into it. ... :-) ... What is your use case?
You can even do it within Appian itself.
Upload an exported app package and just parse the XML files.
I am just trying with java code that takes appian xml(which contains sail code for ui like above) and converts a html file similar to pega understandable html so that pega wont write same requirement code again.
I am trying to extract the data from sail code into java objects which generated from exported app package in appian
You want to manually create a UI from SAIL code definitions in Appian !?!?! Why? What has Pega to do with it?
If i convert appian code to pega understandable html file then they wont use the time to develop same requirement again in pega
They can use the html file