How to create and use Pre-Processing algorithm for File Upload Request Type?
I have a File Upload Request Type to upload a file that I receive, The file has a date field to be imported to table CI_TXN_DETAIL_STG field TXN_DTTM. Need to format the date in file to format yyyy-MM-dd-HH.mm.ss before importing it to db. How do I do with with groovy script? Thank You