Achievements

The following type of output is generated to show the candidates achievements details from the resume.

Achievement JSON Layout

"Achievements": "Associated with Medical- Resident of the Year Award - NYU Department of Medicine 2013 \r Volunteer Service Award - NYU Department of Medicine 2012 \r Intern of the Year Award - NYU Department of Medicine 2011"

Segregated Achievement

The following type of output is generated to show the segregated achievements details from the resume.

  • AwardTitle: This field contains the title name of the award achieved by the candidate.
  • Issuer: This field contains the name of the achievement award issuer.
  • AssociatedWith: This field contains the name of the association.
  • IssuingDate: This field contains the award's issuing date
  • Description: This field contains the description of the award achieved by the candidate.

Segregated Achievement JSON Layout

"SegregatedAchievement": [ {
	    "AwardTitle": "Resident of the Year Award",
	    "Issuer": "NYU Department of Medicine",
	    "AssociatedWith": "Associated with Medical",
	    "IssuingDate": "1/1/2013",
	    "Description": "Associated with Medical- Resident of the Year Award – NYU Department of Medicine 2013"
	},
	{
	    "AwardTitle": "Volunteer Service Award",
	    "Issuer": "NYU Department of Medicine",
	    "AssociatedWith": "",
	    "IssuingDate": "1/1/2012",
	    "Description": "Volunteer Service Award – NYU Department of Medicine 2012"
	}, {
	    "AwardTitle": "Intern of the Year Award",
	    "Issuer": "NYU Department of Medicine",
	    "AssociatedWith": "",
	    "IssuingDate": "1/1/2011",
	    "Description": "Intern of the Year Award – NYU Department of Medicine 2011"
} ]