You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I'm trying to retrieve the job description from the "content" parameter but it's undefined.
I saved the information of the json file in a variable called job.
When I do, job.title, I'm able to retrieve the job title but when I do 'job.content', I get an undefined variable. What am I missing?
My idea would be to get the html source as a string and then format it as plain text removing all the html syntax.
In others ATS there is a parameter including the Plain Description of the job that is really convenient to retrieve this information. It would be great to have it also here for greenhouse.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi all, I'm trying to retrieve the job description from the "content" parameter but it's undefined.
I saved the information of the json file in a variable called
job
.When I do,
job.title
, I'm able to retrieve the job title but when I do 'job.content', I get an undefined variable. What am I missing?My idea would be to get the html source as a string and then format it as plain text removing all the html syntax.
In others ATS there is a parameter including the Plain Description of the job that is really convenient to retrieve this information. It would be great to have it also here for greenhouse.
Thanks!
The text was updated successfully, but these errors were encountered: