isaacmast / linkedin-pdf-to-json

JavaScript recursive descent parser Node.js command line tool for storing extracted text from LinkedIn profile PDFs in JSON format.
MIT License
35 stars 23 forks source link

fix: split the dateRange job property into startDate and endDate properties #7

Closed isaacmast closed 8 years ago

isaacmast commented 8 years ago

It would be nice if the dateRange job property would be split into two different properties, namely startDate and endDate. This would make it easier for storing the parsed data in a database since most databases would have separate start_date and end_date columns.

isaacmast commented 8 years ago

COMPLETED

See chore(job tweaks): modified job section parsing for additional fields and reorganization [commit 6240d23].