Ed
02/02/2022, 9:19 AM[
{
"data": {
"idFS": "xx",
"jobNumber": "myjobNumber",
"applicationUrl": "<https://my_url>",
"idClient": "11111",
"title": "Sales Development Training Pro",
"language": "EN",
"businessUnit": "my business unit",
"company": "my company",
"city": "Pittsburgh",
"state": "Pennsylvania",
"country": "United States",
"employmentType": "Full-time",
"contract": "Permanent",
"entryLevel": "Experienced professionals",
"jobField": "Sales",
"category": "Construction/mining and trades",
"recruiter": [
"1st recruiter",
"2nd recruiter"
],
"applicationEnd": null,
"postingDate": "2022-01-14T00:00:00+01:00",
"postingDate_timestamp": 1642114800
},
"content": {
"employmentType": "Full-time",
"contract": "Permanent",
"entryLevel": "Experienced professionals",
"jobField": "Sales",
"category": "Construction/mining and trades",
"applicationEnd": null,
"businessHL": "The company",
"business": "",
"taskHL": "What we expect",
"task": "something",
"profileHL": "Who we are looking for",
"profile": "<p>Our Sales Development Training program offers competitive compensation and full benefits</p>",
"offerHL": "<p>Your Benefits With Us</p>",
"offer": "",
"contactHL": "Contact",
"contact": "<p>my contact</p>",
"diversityHL": "Additional information",
"diversity": "<p>some text.</p>",
"headerImage": "/images/header/header_EN.jpg"
},
"_geoloc": {
"lat": 40.5381372,
"lng": -80.0506545
}
}
]
Kishore Nallan
02/02/2022, 9:21 AMKishore Nallan
02/02/2022, 9:21 AMEd
02/02/2022, 9:23 AMEd
02/02/2022, 9:23 AMdata
is used for filtering/searchingKishore Nallan
02/02/2022, 9:23 AMEd
02/02/2022, 9:24 AMKishore Nallan
02/02/2022, 9:24 AMKishore Nallan
02/02/2022, 9:24 AMEd
02/02/2022, 9:24 AMEd
02/02/2022, 9:25 AMKishore Nallan
02/02/2022, 9:25 AMdata
subfields have to be flattened out, like data.title
, data.businessUnit
etc. The content
key can just exist as it is in nested format.Ed
02/02/2022, 9:28 AM[
{
"idFS": "xx",
"jobNumber": "myjobNumber",
"applicationUrl": "<https://my_url>",
"idClient": "11111",
"title": "Sales Development Training Pro",
"language": "EN",
"businessUnit": "my business unit",
"company": "my company",
"city": "Pittsburgh",
"state": "Pennsylvania",
"country": "United States",
"employmentType": "Full-time",
"contract": "Permanent",
"entryLevel": "Experienced professionals",
"jobField": "Sales",
"category": "Construction/mining and trades",
"recruiter": [
"1st recruiter",
"2nd recruiter"
],
"applicationEnd": null,
"postingDate": "2022-01-14T00:00:00+01:00",
"postingDate_timestamp": 1642114800
},
"content": {
"employmentType": "Full-time",
"contract": "Permanent",
"entryLevel": "Experienced professionals",
"jobField": "Sales",
"category": "Construction/mining and trades",
"applicationEnd": null,
"businessHL": "The company",
"business": "",
"taskHL": "What we expect",
"task": "something",
"profileHL": "Who we are looking for",
"profile": "<p>Our Sales Development Training program offers competitive compensation and full benefits</p>",
"offerHL": "<p>Your Benefits With Us</p>",
"offer": "",
"contactHL": "Contact",
"contact": "<p>my contact</p>",
"diversityHL": "Additional information",
"diversity": "<p>some text.</p>",
"headerImage": "/images/header/header_EN.jpg"
},
"_geoloc": {
"lat": 40.5381372,
"lng": -80.0506545
}
}
]
Ed
02/02/2022, 9:29 AMKishore Nallan
02/02/2022, 9:37 AM