Research Data Management 101
File Organization & File Formats
File organization: naming conventions
Naming conventions make life easier!
Naming conventions should be:
• Descriptive
• Consistent
Consider including:
|
File organization: naming conventions
Naming conventions make life easier!
Naming conventions should be:
• Descriptive
• Consistent
Best Practice |
Example |
|
Limit the file name to 32 characters (preferably less!) |
32CharactersLooksExactlyLikeThis.csv |
|
When using sequential numbering, use leading zeros to allow for multi-digit versions For a sequence of 1-10: 01-10 For a sequence of 1-100: 001-010-100 |
NO ProjlD_1.csv ProjlD_12.csv YES ProjlD_01.csv ProjlD_12.csv |
|
Don’t use special characters &,*%#;*()! @$ A ~ '{}[]?<> - |
NO name&date@location.doc |
|
Use only one period and use it before the file extension |
NO name.date.doc |
|
Avoid using generic data file names that may conflict when moved from one location to another |
NO MyData.csv YES ProjlD_date.csv |
For our case study: