Skip to Content
1
Jan 22, 2014 at 05:02 AM

how to read and then delete a flat file on job server

1578 Views

hi all,

i have a requirement to read files from a folder on jobserver from a BODS job into an oracle server table.

this job to run once daily.

should read all files available at that moment. [will use wild card to read file names like test*.csv ]

after reading, my BODS job should also delete all the processed files from the folder.

also i should make a note of those file names processed.

can anyone help me with this ?