Joined: 03 Dec 2007 Posts: 16 Location: United States
Hi,
I have two datasets one is current version and other is previous version. First thing is I have to find out the creation date and time of these files. Based on that I should build up the below logic.
Case 1 : Current version creation < 22:45(Time) and Previous version
creation >22:45 then
Load these two files to standard file
Standard file creates every day and goes to interface application.
Case 2 : Current version not created before 22:45 and Previous version
creation >22:45 then
Load previous version to standard file.
Case 3 : Current version creation < 22:45 and Previous version creation
< 22:45 then
Load current version to standard file.
Case 4 : Current version not created before 22:45 and previous version
creation <22:45 then
Do not load any file to standard file