I am trying to find the use case scenario for when to use
- Name and Extension
- Fully Qualified
- Name Only
while importing flat-file type files from source in SSIS.
Would anyone help me understand the use case scenario for each of the 'retrieve file name' types?
Thank you for giving your valuable time!
Assume that you are looping over text files stored within a directory
C:\My_Files\. The following table shows how the file enumerator retrieve the filename using each option:C:\My_files\example.txtexampleexample.txtThis option is selected based on the logic you are trying to implement. I highly recommend referring to the following article for more details: