Text Course, Level Two , Workflow 2 HTTP answer

Hey everyone, can please someone help me with the level 2 course?
I am stuck at workflow 2 at the first part, where i should merge two datasets with the customerID.
The first table from the workflow 1 before makes sense, since there is a table with 10 items with customerIDs 1 to 10 each row. But the table that i retrieve from the given HTTP request from the course has different customers with the same customerID? That doesn’t make sense to me. The customerID should be unique? So how, for example in the screenshot, customerID 10 is assigned to the customers Amelie and Sarah. I didn’t edit the table, i just did a GET request from the given URL from the course.
So of course the merged data doesn’t make sense at all, because there are different customers with the same customerIDs.

Or i am just confused at this point and missed something crucial :smiley:

Hello there!

It seems that you found a good hint that is relevant on the quiz answers!

I think you’re getting confused as customers are not employees. In case a customer has ordered more than once (like customer 10 with orderIDs 5 and 9), he can be assigned to a different employee for each order. You see that the rest of the customer fields (e.g. customerCountry, customerEmail, customerSince and so on) are the same for these orders. So everything is ok.

1 Like

Oh… i see, you are right.
I messed up reading properly the column name :smiley:
Somehow, i suggested that the employeeName is the customerName.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.