Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Provide the list of fields to be used in generating the schema. These fields will be added as children to the root element.

...

Code Block
titleInput OFS message sample
languagegroovy
HEADER="Customer Information",Cus.No::Customer.No/Mnem::Mnemonic/Short.Name::Short Name/Natlty::Nationality/Res::Residence/Ac.Ofcr::Account Officer/Ind::Industry/Sect::Sector,"Customer Information","66052    "      
""	"NOKIAUS   "    	"NOKIA US                      "        	"US"    	"US"    	"2002" 
	"2850"  	"2001","Customer Information","100100    "      	"CRISP     "    	"Harry Crisp                   "        	"US"    	"US"    	"  26"  	"1000"  	"1001"
Code Block
titleConverted XML
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<Customer_Information>
   <Record>
      <Customer.No>66052</Customer.No>
      <Mnemonic>NOKIAUS</Mnemonic>
      <Short_Name>NOKIA US</Short_Name>
      <Nationality>US</Nationality>
      <Residence>US</Residence>
      <Account_Officer>2002</Account_Officer>
      <Industry>2850</Industry>
      <Sector>2001</Sector>
   </Record>
   <Record>
      <Customer.No>100100</Customer.No>
      <Mnemonic>CRISP</Mnemonic>
      <Short_Name>Harry Crisp</Short_Name>
      <Nationality>US</Nationality>
      <Residence>US</Residence>
      <Account_Officer>26</Account_Officer>
      <Industry>1000</Industry>
      <Sector>1001</Sector>
   </Record>
</Customer_Information>

...

Adaptavist ThemeBuilder EngineAtlassian Confluence