bilionut
Contributor III
2017-05-18
03:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Uploading data files to a specific folder
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?
618 Views
1 Solution
Accepted Solutions
avinashelite
MVP
2017-05-18
03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
541 Views
3 Replies
qlikview979
Specialist
2017-05-18
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do like this in your script
filepath() as Folder path
541 Views
avinashelite
MVP
2017-05-18
03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
542 Views
bilionut
Contributor III
2017-05-18
06:16 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot Avinash R!
This link is what I needed
541 Views