Experience
The following type of output is generated for the experience of the candidate.
Experience: This block contains the experience of the candidate as given below:
 "Experience": "7/2016 - 12/2017 - Henry Ford Hospital, Detroit, MI, USA - Cardiologist \r Examine patients and assess their condition. \r Give health advice to patients. \r  \r 2013 - 2016\t - Allegiance Health, Detroit, MI \r Hospitalist, Clinical Decision Unit Physician \r Methodology, Clinical Research, Medical Research, Interpreting Medical Research \r  \r 2003 - 2005 \t - Kaplan Inc. Hanover, NJ \r Tutor, classroom teacher for MCAT and SAT preparatory courses \r  \r 2003 - 2005\t - Estelle Finkel Associates, Livingston, NJ \r Tutor, High School students for Advanced Placement science / math exams \r  \r 2000-2003\t - Market Measures, Intern. Livingston, NJ \r Created PowerPoint presentations for this market research and analysis firm \r  \r 1999 - 2000\t - Yale University, Tutor. New Haven, CT \r Tutor for students in Italian language courses"Segregated Experience:
- 
                        EmployerFormattedName: This field contains the formatted name of the employer. e.g. for TCS, this provides full name information that is Tata consultancy services. 
- 
                        ConfidenceScore: This field contains the confidence score for the correctness of EmployerName and JobProfile fetched by the parser. 
- 
                        TitleFormattedName: This field contains the formatted job title such as for Sr. engineer, this provides it as Senior Engineer. 
- 
                        RelatedSkills: This field contains a list of the Job-related skills and provides the proficiency level of the skill as well, for example, if the job profile is Tutor then results will be as shown below:- 
                                    Skill: Teaching 
- 
                                    ProficiencyLevel: Proficient Note: Proficiency level can be Proficient, Moderate, or Native.
 
- 
                                    
- 
                        StateIsoCode: This field contains the StateIsoCode of the state mentioned in experience e.g. State: Texas, StateIsoCode: "US-TX" 
- 
                        IsoAlpha-2: This field contains the two letter ISO country code e.g. 'US' 
- 
                        IsoAlpha-3: This field contains the three letter ISO country code e.g.'USA' 
- 
                        UN-Code: This field contains the UN-Code of the country mentioned in the address, e.g.'840' 
- 
                        FormattedJobPeriod: This field contains the formatted job period for the job period mentioned in the experience e.g. If the job period is given as 2005 - 2006, 2007/2009, March 2009 - Dec 2012, 03/06/2009 - 01/11/2015 then the parser will return as:2005 to 2006, 2007 to 2009, 03-2009 to 12-2009, 03/06/2009 to 01/11/2015 This Job period format can be customized by the user. 
- 
                        IsCurrentEmployer: Here current employer will be shown as false. 
Segregated Experience JSON Layout
"SegregatedExperience" : [ {
      "Employer" : {
        "EmployerName" : "TCS",
        "FormattedName" : "",
        "ConfidenceScore" : 10
      },
      "JobProfile" : {
        "Title" : "Cardiologist",
        "FormattedName" : "Cardiologist",
        "Alias" : "Medical Examiner Paediatrics Cardiologist, Panel Doctor Paediatrics Cardiologist, County Medical Officer Paediatrics Cardiologist, District Medical Officer Paediatrics Cardiologist, General Practitioner Paediatrics Cardiologist, Cardiologists,",
        "RelatedSkills": [
               {
                   "Skill": "Therapy",
                   "ProficiencyLevel": "Proficient",
               },
               {
                   "Skill": "Health Advocacy",
                   "ProficiencyLevel": "Native",
               },
               {
                   "Skill": "Patient Administration",
                   "ProficiencyLevel": "Moderate",
               },
               {
                   "Skill": "Health Assessment",
                   "ProficiencyLevel": "Moderate",
               },
               {
                   "Skill": "Cardiology",
                   "ProficiencyLevel": "Moderate",
               },
               {
                   "Skill": "Cardiac Monitoring",
                   "ProficiencyLevel": "Proficient",
               }
           ],
        "ConfidenceScore" : 10
      },
      "Location" : {
        "City" : "Detroit",
        "State" : "MI",
        "StateIsoCode" :  "US-MI",
        "Country" : "USA",
        "CountryCode" : {
          "IsoAlpha2" : "US",
          "IsoAlpha3" : "USA",
          "UNCode" : "840"
        }
      },
      "JobPeriod" : "7/2016 - 12/2017",
      "FormattedJobPeriod" :  "7/2016 to 12/2017",
      "StartDate" : "01/07/2016",
      "EndDate" : "31/12/2017",
      "IsCurrentEmployer" : "false",
      "JobDescription" : "Examine patients and assess their condition. \n Give health advice to patients.",
      "Projects" : [ {
        "UsedSkills" : "",
        "ProjectName" : "",
        "TeamSize" : ""
      } ]
    }Other Details
- 
                        CurrentEmployer: This field contains the current employer details of the candidates. 
- 
                        JobProfile: This field contains the name of the job profile such as Cardiologist. 
- 
                        WorkedPeriod: This block contains experience details of the candidates as follows:- 
                                    TotalExperienceInMonths: This field contains the total experience detail of the candidates in month. 
- 
                                    TotalExperienceInYear This field contains the total experience detail of the candidates in year. 
- TotalExperienceRange: This field contains the total experience range detail.
 
- 
                                    
- 
                        GapPeriod: This field contains the gap period in the experience of the candidates. 
- 
                        AverageStay: This field contains the average stay in the gap period of the candidates. 
- 
                        LongestStay: This field contains the longest stay in the gap period of the candidates. 
- 
                        Summary: This field contains summary of the experince of the candidates. 
JSON Layout for the Other Details
"CurrentEmployer": "Henry Ford Hospital",
        "JobProfile": "Cardiologist",
        "WorkedPeriod": {
            "TotalExperienceInMonths": "138",
            "TotalExperienceInYear": "11.6",
            "TotalExperienceRange": "GREATER THAN 10 YEAR"
        },
        "GapPeriod": "1/2006 To 12/2012",
        "AverageStay": "27",
        "LongestStay": "48",
        "Summary": "",