Skip to Main Content

Data Module #4: Keeping Your Data Organized

Data Module Quick Navigation

Use our Quick Navigation to easily move to the NEXT module, the PREVIOUS module, or to the Data Modules HOME page.

Data Module Home Previous Module Next Module

Data Modules
Table of Contents

#1 - What is Research Data?
#2 - Planning for Your Data Use
#3 - Finding & Collecting Data
#4 - Keeping Your Data Organized
#5 - Intellectual Property & Ethics
#6 - Storage, Backup, & Security
#7 - Documentation

 

Questions? Contact Us!

  Aaron Albertson
Research & Instruction Librarian, Social Sciences
(651) 696-6530
albertson@macalester.edu
  Beth Hillemann
Research & Instruction Librarian, Social Sciences
(651) 696-6704
hillemann@macalester.edu

Module created by Aaron Albertson, Beth Hillemann, & Ron Joslin.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Naming Best Practices

File and Folder Naming Best Practices

Create file and folder names that fit your organization structure and clearly identify their content. Here are three rules to follow when naming files and folders: 

  • Be consistent
    Establish a naming convention and follow it consistently across all folders and files.
    .
  • Be descriptive
    Use descriptive names related to the content of the file or folder. These might include project name, date, and location. File names such as "use_this_one_.xls," "the_best.csv," or "data_file_3.dat" can quickly lead to confusion. 
     
  • Be concise
    Create names that are as short as possible while still descriptive. Long file names do not work well with some scripting and analysis software. Use meaningful and commonly understood abbreviations when appropriate. For example, instead of "version5," use "v5."
  • Document your convention
  • Include a readme.txt file in the documentation folder that explains your naming convention along with any abbreviations or codes you have used.
Tips for Naming Your Data Files

Tips for Naming Your Data Files

 

FILE SORTING

The file naming convention you adopt will affect the order files are displayed when sorting. For example, adding leading zeros will enable you to sort your files in sequential order. If you have 10-99 files, use a single leading 0 for your single digit numbers (01, 02, etc.).  Dates in file names can also lead to issues if not formatted correctly. A good format for date designations is YYYYMMDD. This format makes sure all of your files stay in chronological order.

 

AVOID SPACES AND SPECIAL CHARACTERS

Spaces and special characters such as $,%,&,#,<,> are not allowed by some software packages. If needed, use underscore ( _ ) in the place of a space as a connector between elements in your file names. Capitalizing the first letter of file name elements is another way to be clear while avoiding spaces.

 

USING PERSONAL NAMES

Don't name a file after yourself. When you are using names, list the family name first, followed by initials: SmithJR_transcript.rtf. 

 
                     

BULK FILE RENAMING TOOLS

Tools for renaming many files at once:

Situations where batch renaming may be useful include when images from a digital camera are automatically assigned base filenames consisting of sequential numbers and where proprietary software or instrumentation generate default filenames.