Overview
Reading and writing data on a specific subfolder within the same base folder is a frequent practice. Here we'll show you how you can use the same Connection for achieving that.
Example
For example, if there is a folder /opt/data
which contains subfolders:
01012020
02012020
03012020
and the Server storage Connection points to the directory /opt/data
.
Process
You can use that Connection together with a relative path in the FROM
(also TO
).
/03012020/*.csv
will read all files in /opt/data/03012020
matching *.csv
.
Comments
0 comments
Please sign in to leave a comment.