Live data from Hacker News

Why isn't there a universal data format for résumés?

toot.cat

71–80 of 472 posts

Re: Why isn't there a universal data format for résumés?

#71
Because there's no demand for it. The vast majority of people who read and write resumes have no idea what an "open standard" is, and would be unable to create or read any resume that used such a format.

They need the software to be built first. But the software won't be built unless there is demand for it.

Re: Why isn't there a universal data format for résumés?

#72
Indeed there is a lack of a standard format for CVs, but this is the same for many other things in computing/IT/software in general. See the well known XKCD comic for standards [0] :-) I don’t know if it helps, but in EU we have a well known and familiar format for the Europass CV [1] allowing someone to create a CV and then store it in 29 languages and also download it in various formats (xml included).

[0] https://xkcd.com/927/ [1] https://europa.eu/europass/en/create-europass-cv

Re: Why isn't there a universal data format for résumés?

#73

In my opinion, there shouldn't be. Documents like these shouldn't be automatically processed, they should be reviewed by humans. Reducing someone's life history to a list of educational institutions and employers feels robotic even for a software developer's mindset. I understand that there are real life problems because companies do use automated processing on applications, but that kind of behaviour shouldn't be en…

I wonder if there's any advantage in using fonts and layout that are adversarial to automated resume processing, as in if something fails to scan then perhaps a human is more likely to actually look at it. But perhaps HR just throws those out.

Does anyone OCR? The systems I've heard of just extract the text from PDFs/docs. Then if some bits cannot be extracted, I was asked to type them myself.

Re: Why isn't there a universal data format for résumés?

#75

Earlier quoted context omitted.

Also having this it will give you the User to make 1 resume and apply to millions of jobs. It’s a win / win situation

There is maybe 1 in 50 jobs that I'd actually want, so I imagine bulk applying to would guarantee I land something awful.

Not everyone has the luxury of choice though when it comes to employment.

Re: Why isn't there a universal data format for résumés?

#76

There is! https://jsonresume.org/ But nobody really uses it for data interchange. I use it to render my resume in new layouts now and then. Although, it does let style dictate content sometimes (some templates force you to have dates down to the day for job start and end dates, etc.)

Json Resume is still going strong. I am one of the founders, I try to do a couple major maintenance periods per year. Currently I am working on updating all the community projects built, still got quite a few to add but currently there is -> https://jsonresume.org/projects/

I think over 3k+ people use the new Gist hosting. (In our old hosting we had around 10k resumes. Not including those who by pass the free community hosting)

===

On a personal note, I've loved having my resume in a standard;

- Depending on what type of company/person I am applying to I will change my theme on the fly. (Startup vibes I will make it look hipster, if it's a more formal role I will use a simple black and white theme)

- I use to lose my most recent resume constantly, having it in a Gist called resume.json that I just edit seems to have solved that for me.

- Hopefully one day a standard will get integration adoption so I can just upload my resume.json and not have to fill out the same form fields a hundred times.

Post reply on HN