Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Day,
Im loading one folder where all the files are being loaded using a wild card.
FROM
but the problem is how can i name/tag each loaded file.
Thanks!
use filename() or filebasename() functions when loading the folder.
See QV info for more help!!! ![]()
use filename() or filebasename() functions when loading the folder.
See QV info for more help!!! ![]()
Good Day,
Example. i have 3 Text files with different Data but same fields,
i want to name the first text as JUNE second is JULY and the third one will be AUGUST
so they will not join each other.
thnx