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 ?