linkedin-pdf-resume-parser icon indicating copy to clipboard operation
linkedin-pdf-resume-parser copied to clipboard

CV Parser 2020 Issue

Open AkinOlawale opened this issue 4 years ago • 0 comments

It seems linkedin has changed their CV structure. Using this library, i get the following errors

Notice: Undefined offset: 0 in C:\xampp\htdocs\parse-linkedin-text\src\Parser.php on line 423

Notice: Undefined index: summary in C:\xampp\htdocs\parse-linkedin-text\src\Parser.php on line 423

Notice: Undefined index: title in C:\xampp\htdocs\parse-linkedin-text\src\Parser.php on line 431

Fatal error: Uncaught TypeError: Argument 1 passed to LinkedInResumeParser\Parser::parseRoleParts() must be of the type string, null given,

Can you please assist?

AkinOlawale avatar Jul 15 '20 15:07 AkinOlawale