Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
All,
I'm trying to only load files which have 9 am Timestamp.
I tried below code - but this did not help.
Load *
FROM
[..\TEST\*9 AM*.qvd]
(qvd);
Here is the example:
Demand Master 2017-09-06 11 AM
Any help is highly appreciated!
Got it! My mistake.
Thank you