Use the dir.txt to get file names, which should contain the catalog number. Use find/replace, Excel text import wizard, or Open Refine to derive catalog numbers from file names. Run a Specify query on the Catalog numbers. I normally include Determination information, Type status, Geography, Litho and Chrono strat as well as Accession number. Export the results (remember, you have to export to a preexisting excel spreadsheet!) Open the results of your query, and open the varNewTemplate.txt in Access. In the varNewTemplate.txt, delete the rows with the definitions and examples. Copy and insert the query results into the template spreadsheet. Upload spreadsheet to Open Refine. The attached file, performs the following actions: Changes blank fields in Preferred taxon/Full name to 'undetermined'. Move file name to Title, strip off the file types .jpg and .tiff Add a comma, then the name given in Preferred taxon/Full name Changes blank entries in columns Type status, State, County, Chronostrat/Full name, and Lithostrat/Full name to the character "~". Where Preferred taxon is undetermined, enters a '~' in the blank Family field. Where Genus has an entry, and species is blank, inserts 'sp.' into the field. Where Genus is empty, enters a '~' into the field. Concatenates Genus, Species, Type status, Lithostrat/Full name, Chronostrat/Full name, County, and State. (all values have a semi-colon to separate them, except Genus and Species (one space) and County and State (separated by a comma and one space) Refer to the original varNewTemplate.txt for instructions on where to put the concatenated data. Use the cells["column name with concatenated data"].value to copy the whole row. Export as an excel spreadsheet, and delete the rows that were originally part of the query results. In order for the metadata tool to work, you MUST have the exact column titles as are shown in the template.