Lesson 30. Looping Over Files In A Directory
Looping over files in a directory is a basic ETL task. In this tutorial, I’m going to introduce you to the syntax. If you downloaded the code from GitHub, there will be small sample files to work with.
In later lessons, you will see how it is done with live files.
Examples
Example #1: Loop Over Everything In Folder
Example #2: Loop Over Files With A Specific File Extension
Example #3: Loop Over Files In Subdirectories Recursively
PreviousLesson 29. Download A Zip File Over HTTPNextLesson 31. Convert Comma Delmited Files To Pipe Delimited
Last updated