OdiReadMail - How to remove prefix in saved attachement file names ?
999789Mar 28 2013 — edited Mar 29 2013Hi everybody
ODI keeps adding 'MSG0' as a prefix in extracted attachments. How to get rid of the prefix and keep the original file name as it is in the e-mail ?
Here is the code
OdiReadMail "-MAILHOST=server" "-USER=user" "-PASS=password" "-FOLDER=<%=snpRef.getSchemaName( ""FILE"" , ""D"" )%>" "-PROTOCOL=pop3" "-FOLDER_OPT=NONE" "-KEEP=NO" "-EXTRACT_MSG=NO" "-EXTRACT_ATT=YES" "-USE_UCASE=NO" "-NOMAIL_ERROR=YES" "-TIMEOUT=300" "-POLLINT=1000" "-MAX_MSG=1" "-SUBJECT=Journal des transactions"
Thanks very much !
Edited by: user7372586 on Mar 28, 2013 4:53 PM