Currently what we are trying to accomplish is as follows:
-Add items from Job entity into corresponding fields in Restaurant entity
-There are multiple Job entities per Restaurant, and they need to be added to a list
-Job entities have a validthrough field which is used to filter Jobs that are available today
-Each time the connector runs, we expect the previous entries to be removed and all available entries will be inputted one by one
Crawlers/API are ready, but I need help with the connector.
I can get all the information needed from the Job entities, but how do I:
- remove the previous Job entries in the Restaurant entity
- add current available Job entries into a list (within the Restaurant entity)