Assumptions
- Json file will be already placed at src/main/resources location with file name file1.json and file2.json
- Default rating/reviews will be 0, if not provided in json file
-
Criteria for validity
- ID must be present and not blank
- Every latitude is between -90 and +90
- Every longitude is between -180 and +180
- Type must be present and not blank
- Entry will be discarded if it does not contains Id information
