Search results

  1. A

    Dropping File Extension from File Name

    Hi, Part of my process involves me grabbing file data from a folder and adding it to a collection. I'd like to append the collection by adding an additional column to the collection that contains the file name without the extension. For example, row one would contain just "02" instead of...
  2. A

    Alternative to Nested Loop

    Hi, I have a process where I add an excel spreadsheet to a collection (C1). The spreadsheet contains a list of file names. I then create another collection (C2) that contains all file data from a specific directory. Then, I have a nested loop that loops through both collections on the file...
Top