Database back-end - import data
Hi,
I am trying to access the back-end database to import job postings. Since I don't see a user interface to do it, how would I do it from the background?
I was thinking of accessing the appropriate table in the database and run a SQL query to do it.
Thanks