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

Improperly parsed data fields #19

Closed
sgiebels opened this issue Jan 24, 2018 · 1 comment
Closed

Improperly parsed data fields #19

sgiebels opened this issue Jan 24, 2018 · 1 comment

Comments

@sgiebels
Copy link

When using the demo on your website for parsing LinkedIn .zip files, there are a lot of fields parsed incorrectly.

startDate contains , summary contains and endDate contains StartDate.
The LinkedIn Job Description is completely left out.
I have seen a Pull Request, but I am unable to verify if this solves this issue because of the other issue that is preventing me from running the linkedin-to-json-resume code on my webserver.

Regardless of the issues/bugs, I compliment you (JMPerez) for this software initiative! I hope I will be able to use it soon.

Snippet from resulting JSON with sime data replaced by <...>:
{
"company": "",
"position": "",
"website": "",
"startDate": "undefined--01",
"summary": "",
"highlights": [],
"endDate": "undefined--01"
},
{

@JMPerez
Copy link
Owner

JMPerez commented Jan 28, 2018

This should be fixed by #16. Feel free to reopen otherwise.

@JMPerez JMPerez closed this as completed Jan 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants