Creating CAP-Based Services

This commit is contained in:
2026-07-23 18:04:50 +00:00
commit c83b0a545a
14 changed files with 1635 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ID,customer_ID,city,postCode,streetAddress
17e00347-dc7e-4ca9-9c5d-06ccef69f064,1004155,Rome,00164,Piazza Adriana
d8e797d9-6507-4aaa-b43f-5d2301df5135,1004161,Munich,80809,Olympia Park
ff13d2fa-e00f-4ee5-951c-3303f490777b,1004100,Walldorf,69190,Dietmar-Hopp-Allee
1 ID customer_ID city postCode streetAddress
2 17e00347-dc7e-4ca9-9c5d-06ccef69f064 1004155 Rome 00164 Piazza Adriana
3 d8e797d9-6507-4aaa-b43f-5d2301df5135 1004161 Munich 80809 Olympia Park
4 ff13d2fa-e00f-4ee5-951c-3303f490777b 1004100 Walldorf 69190 Dietmar-Hopp-Allee