Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am getting the daily input file in .csv format, suppose today i have received the file in other format(like .csv or .txt) then my script should not trigger.
Could you please advise if i can apply this error handling validation at script level.
Thanks in advance!!
Rohit
Hi,
May be to use in the code of script filename() function for verification name and extension of file?
Regards,
Andrey
which file formats your loading in the script ? how you are identifying the old and new .csv?
Old and new file(.csv format) can be segregated with the timestamp, this can be use to identify the old and new file.
Thanks,
Rohit Kumar