address -> bupa

This commit is contained in:
D065023
2020-01-29 12:59:59 +01:00
parent bf162c23cc
commit 6e42e5a173
8 changed files with 32 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
BusinessPartner;FirstName;MiddleName;LastName;IsMarkedForArchiving
ALICE;Alice;In;Wonderland;false
BOB;Bob;The;Builder;false
JABBA;Jabba;The;Hutt;true
1 BusinessPartner FirstName MiddleName LastName IsMarkedForArchiving
2 ALICE Alice In Wonderland false
3 BOB Bob The Builder false
4 JABBA Jabba The Hutt true

View File

@@ -1,6 +0,0 @@
BusinessPartner;AddressID;CityName;PostalCode;Country;StreetName;HouseNumber
ALICE;19292;Walldorf;69190;GER;Dietmer-Hopp-Allee;16
ALICE;93719;Walldorf;69190;GER;Hasso-Plattner-Ring;7
ALICE;92939;St.Leon-Rot;68789;GER;SAP-Allee;29
BOB;92786;Dresden;00187;GER;Chemnitzer Str.;48
BOB;92840;Dresden;01067;GER;Postplatz;1
1 BusinessPartner AddressID CityName PostalCode Country StreetName HouseNumber
2 ALICE 19292 Walldorf 69190 GER Dietmer-Hopp-Allee 16
3 ALICE 93719 Walldorf 69190 GER Hasso-Plattner-Ring 7
4 ALICE 92939 St.Leon-Rot 68789 GER SAP-Allee 29
5 BOB 92786 Dresden 00187 GER Chemnitzer Str. 48
6 BOB 92840 Dresden 01067 GER Postplatz 1