Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Position/Title missing into the exported JSON structure #41

Closed
sebDK opened this issue Feb 25, 2021 · 4 comments
Closed

Position/Title missing into the exported JSON structure #41

sebDK opened this issue Feb 25, 2021 · 4 comments
Assignees
Labels
bug Something isn't working regression

Comments

@sebDK
Copy link

sebDK commented Feb 25, 2021

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

@sebDK sebDK changed the title Postion/Title missing into the exported JSON structure Position/Title missing into the exported JSON structure Feb 25, 2021
@joshuatz joshuatz self-assigned this Feb 26, 2021
@joshuatz joshuatz added bug Something isn't working regression labels Feb 26, 2021
@joshuatz
Copy link
Owner

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):

  • Stable (v0.0.16)
  • Latest (v0.1.3)
  • Beta (v0.1.3 + extra)

@sebDK
Copy link
Author

sebDK commented Feb 26, 2021

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
Copy link
Owner

@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
Copy link
Author

sebDK commented Mar 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression
Projects
None yet
Development

No branches or pull requests

2 participants