
Previous – Envelope Wrapper | Index | Next – Content Filter
Enriching Order with Customer Details
Tab | Property | Value |
Connection | Address | https://services.odata.org/V2/Northwind/Northwind.svc |
Connection | CSRF Protected | Unchecked |
Processing | Operation Details | Query (GET) |
Processing | Resource Path | Orders |
Tab | Property | Value |
Connection | Address | https://services.odata.org/V2/Northwind/Northwind.svc |
Connection | CSRF Protected | Unchecked |
Processing | Operation Details | Query (GET) |
Processing | Resource Path | Customers |
Tab | Property | Value |
Processing | Aggregation Algorithm | Enrich |
Processing | Path to Node | /Orders/Order |
Processing | Key Element | CustomerID |
Processing | Path to Node | /Customers/Customer |
Processing | Key Element | CustomerID |
<Orders>
<Order>
<RequiredDate>1996-08-01T00:00:00.000</RequiredDate>
<ShipName>Vins et alcools Chevalier</ShipName>
<ShippedDate>1996-07-16T00:00:00.000</ShippedDate>
<ShipCity>Reims</ShipCity>
<CustomerID>VINET</CustomerID>
<ShipVia>3</ShipVia>
<ShipPostalCode>51100</ShipPostalCode>
<OrderID>10248</OrderID>
<OrderDate>1996-07-04T00:00:00.000</OrderDate>
<ShipRegion/>
<ShipAddress>59 rue de l'Abbaye</ShipAddress>
<ShipCountry>France</ShipCountry>
<EmployeeID>5</EmployeeID>
<Freight>32.3800</Freight>
</Order>
<Order>
<RequiredDate>1996-08-16T00:00:00.000</RequiredDate>
<ShipName>Toms Spezialitäten</ShipName>
<ShippedDate>1996-07-10T00:00:00.000</ShippedDate>
<ShipCity>Münster</ShipCity>
<CustomerID>TOMSP</CustomerID>
<ShipVia>1</ShipVia>
<ShipPostalCode>44087</ShipPostalCode>
<OrderID>10249</OrderID>
<OrderDate>1996-07-05T00:00:00.000</OrderDate>
<ShipRegion/>
<ShipAddress>Luisenstr. 48</ShipAddress>
<ShipCountry>Germany</ShipCountry>
<EmployeeID>6</EmployeeID>
<Freight>11.6100</Freight>
</Order>
...
</Orders>
<Customers>
<Customer>
<CompanyName>Vins et alcools Chevalier</CompanyName>
<Address>59 rue de l'Abbaye</Address>
<Phone>26.47.15.10</Phone>
<Region/>
<PostalCode>51100</PostalCode>
<Country>France</Country>
<CustomerID>VINET</CustomerID>
<City>Reims</City>
<Fax>26.47.15.11</Fax>
<ContactName>Paul Henriot</ContactName>
<ContactTitle>Accounting Manager</ContactTitle>
</Customer>
<Customer>
<CompanyName>Toms Spezialitäten</CompanyName>
<Address>Luisenstr. 48</Address>
<Phone>0251-031259</Phone>
<Region/>
<PostalCode>44087</PostalCode>
<Country>Germany</Country>
<CustomerID>TOMSP</CustomerID>
<City>Münster</City>
<Fax>0251-035695</Fax>
<ContactName>Karin Josephs</ContactName>
<ContactTitle>Marketing Manager</ContactTitle>
</Customer>
...
</Customers>
<Orders>
<Order>
<RequiredDate>1996-08-01T00:00:00.000</RequiredDate>
<ShipName>Vins et alcools Chevalier</ShipName>
<ShippedDate>1996-07-16T00:00:00.000</ShippedDate>
<ShipCity>Reims</ShipCity>
<CustomerID>VINET</CustomerID>
<Customer>
<CompanyName>Vins et alcools Chevalier</CompanyName>
<Address>59 rue de l'Abbaye</Address>
<Phone>26.47.15.10</Phone>
<Region/>
<PostalCode>51100</PostalCode>
<Country>France</Country>
<CustomerID>VINET</CustomerID>
<City>Reims</City>
<Fax>26.47.15.11</Fax>
<ContactName>Paul Henriot</ContactName>
<ContactTitle>Accounting Manager</ContactTitle>
</Customer>
<ShipVia>3</ShipVia>
<ShipPostalCode>51100</ShipPostalCode>
<OrderID>10248</OrderID>
<OrderDate>1996-07-04T00:00:00.000</OrderDate>
<ShipRegion/>
<ShipAddress>59 rue de l'Abbaye</ShipAddress>
<ShipCountry>France</ShipCountry>
<EmployeeID>5</EmployeeID>
<Freight>32.3800</Freight>
</Order>
<Order>
<RequiredDate>1996-08-16T00:00:00.000</RequiredDate>
<ShipName>Toms Spezialitäten</ShipName>
<ShippedDate>1996-07-10T00:00:00.000</ShippedDate>
<ShipCity>Münster</ShipCity>
<CustomerID>TOMSP</CustomerID>
<Customer>
<CompanyName>Toms Spezialitäten</CompanyName>
<Address>Luisenstr. 48</Address>
<Phone>0251-031259</Phone>
<Region/>
<PostalCode>44087</PostalCode>
<Country>Germany</Country>
<CustomerID>TOMSP</CustomerID>
<City>Münster</City>
<Fax>0251-035695</Fax>
<ContactName>Karin Josephs</ContactName>
<ContactTitle>Marketing Manager</ContactTitle>
</Customer>
<ShipVia>1</ShipVia>
<ShipPostalCode>44087</ShipPostalCode>
<OrderID>10249</OrderID>
<OrderDate>1996-07-05T00:00:00.000</OrderDate>
<ShipRegion/>
<ShipAddress>Luisenstr. 48</ShipAddress>
<ShipCountry>Germany</ShipCountry>
<EmployeeID>6</EmployeeID>
<Freight>11.6100</Freight>
</Order>
...
</Orders>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
7 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 |