Thanks for the reply. That's the one I had found and it did not work. One reason is, there is no mapping to fields abvailable. When I have a csv file with jobs, the columns show job id, job title, job description, city, state etc. but when I import this file how is the importer supposed to know which city, state or job category it supposed to match to? It requires some kind of mapping tool because every different csv file with jobs I receive have different job categories names. For example, if I receive a file with the job category "admin" but in jobroller it shows up as "administrative" we need to be able to let the system know that it should go into the "administrative" category. And also if I reive a csv file and the state shows up abreviated with CA, or NY but in the jobroller it supposed to show up as California or New York. I was not able to find any tool out there and this is why I was hoping to get something customized.