Certifications

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

Certifications JSON Layout

 "Certification": "\r\rOct 2016\t  - National Board Certification by NCCPA. Expire 2020 \r June 2017\t  -Certified in Gerontology, DE County Community College, Expire 07/2025\r",

Segregated Certification

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

  • CertificationTitle: This field contains the title of the certifications achieved by the candidate.
  • Authority: This field contains the name of the certification providing authority.
  • IsExpiry: This field contains the expiry date of the certification.
  • StartDate: This field contains the start date of the certification training.
  • EndDate: This field contains the end date of the certification training.
  • CertificationUrl: This field contains the URL of the certification achieved by the candidate.

Segregated Certification JSON Layout

"SegregatedCertification":[ {
    "CertificationTitle": "National Board Certification",
    "Authority": "NCCPA",
    "CertificationCode": "3313",
    "IsExpiry": "31/12/2020",
    "StartDate": "01/10/2016",
    "EndDate": "31/10/2016",
    "CertificationUrl": "https://acadmy.zenva.com/certificate/29b3313f/"
} {
    "CertificationTitle": "Certified in Gerontology",
    "Authority": "DE County Community College",
    "CertificationCode": "",
    "IsExpiry": "31/07/2025",
    "StartDate": "01/06/2017",
    "EndDate": "30/06/2017",
    "CertificationUrl": ""
} ]