For loop can be used to setup a loop to selecting all CSV’s in particular location based on a pattern like C:App*.csv for all files starting with App in their name in C Drive root Folder. This can be achieved by using following steps: 1. Create a Variable to store the connection string. 2. Drag […]
↧