joshuatz / linkedin-to-jsonresume

Browser extension to turn a LinkedIn profile page into a JSON Resume export.
https://joshuatz.com/projects/web-stuff/linkedin-profile-to-json-resume-exporter/
MIT License
257 stars 61 forks source link

Position/Title missing into the exported JSON structure #41

Closed sebDK closed 3 years ago

sebDK commented 3 years ago

Hi,

Nice extension! Title / Position is missing for all work items:

"work": [
    {
      "company": "MyCompany",
      "highlights": [],
      "startDate": "2013-11-30",
      "website": "https://www.linkedin.com/company/xxxx/"
    },

It would be very cool to get them. I use version 2.1.1

joshuatz commented 3 years ago

By any chance, is this for a multi-lingual profile? Any can you please verify what version of schema export you are using (value for the "Select JSONResume Version" dropdown):

sebDK commented 3 years ago

I used all possible combinations but still getting:

"work": [
    {
      "name": "Group",
      "startDate": "2013-11-30",
      "endDate": "",
      "highlights": [],
      "url": "https://www.linkedin.com/company/group/"
    },

Funny part it that position is coming on vcf card...

joshuatz commented 3 years ago

@sebDK Ok, I believe I have successfully isolated the issue causing this and fixed it (and some related issues with work positions). There is a new version with these fixes - v.2.1.2.

I have initiated an updated release through the Chrome webstore - please note that this can take a while to show up (usually within 24 hours though).

Please let me know if the updated version does not resolve this issue for you.

sebDK commented 3 years ago

@joshuatz many thanks it is now working perfectly. Thank you.