Hello everyone! It’s time for another cool ODI tutorial. Last time, I spoke about the OdiZip tool and how it can be used to create zip files from a directory. Through this post, I will talk about two more tools related to Files namely OdiFileDelete and OdiOutFile . 1. OdiFileDelete The OdiFileDelete is a tool used to delete files present in a directory or a complete directory on the machine running the agent. Usage OdiFileDelete -DIR=<dir> | -FILE=<file> [-RECURSE=<yes|no>] [-CASESENS=<yes|no>] [-NOFILE_ERROR=<yes|no>] [-FROMDATE=<fromdate>] [-TODATE=<todate>] If -FROMDATE is omitted, all files with a modification date earlier than the -TODATE date will be deleted. If -TODATE is omitted, all files with a modification date later than the -FROMDATE date will be deleted. If both parameters are omitted, all files matching the -FILE...
Comments
Post a Comment