Hi yoheswaran,
Job Queue is only used as a scheduler to run a codeunit/report.
One way of doing it is having a dedicated shared folder mapping with your import/export folders.
Then you would need to write a codeunit or processing only report that would handle the format of the files you're planning to import/export. You may make use also of XMLPorts in this development.
Once your codeunit/processing only report is ready and manually tested, you can create a job queue to automate the process.
Cheers,
Robert
Please verify my answer, if you find it useful, that way others can find this solution easier!