OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
288 stars 164 forks source link

To store Web page Table data to JSON data #9

Closed lokesh77 closed 5 years ago

lokesh77 commented 5 years ago

@OmkarPathak ...Hi, Is there any technique to store the Django Web page Output (Table) data to Json output in local path???

OmkarPathak commented 5 years ago

@lokesh77 any leads on this issue?

lokesh77 commented 5 years ago

Hi... @OmkarPathak I found a method to store it in any formats. I just used MongoDB to with the Django Application and retrieved the output in as JSON file.