Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to loading data from a range of folders like that:
..\ AAA \ 2015_12 \
..\ AAA \ 2016_01 \
..\ AAA \ 2016_02 \
...
..\ AAA \ 2016_12 \
How can I address a file from a specific folder in a row, for example, at the earliest month or the latest one?
To get the files path as a column use
FilePath() as path in the script
if you want yo load the latest files then check this
Do like this in your script
filepath() as Folder path
To get the files path as a column use
FilePath() as path in the script
if you want yo load the latest files then check this
Thanks a lot Avinash R!
This link is what I needed