December 2018
Intermediate to advanced
764 pages
31h 47m
English
We'll be importing a file called Customer.xml, which has the following structure and data:
<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<CustomerList>
<Customer>
<Name>GDE Distribución S.A.</Name>
<Address>Plaza del mercado 192</Address>
<City>Barcelona</City>
<SalespersonCode />
<PaymentTermsCode>N30</PaymentTermsCode>
</Customer>
<Customer>
<Name>Sellafrio S.L.</Name>
<Address>Rambla de Teruel 153</Address>
<City>Sabadell</City>
<SalespersonCode />
<PaymentTermsCode>COD</PaymentTermsCode>
</Customer>
</CustomerList>
To import the file, follow these steps:
Read now
Unlock full access