Read this lesson. Pay attention to the lifecycle (process) of data sets. Answer the questions in this lesson.
Data lifecycle management (DLM) is the policy or process that governs organizational data use. You learned that data management is an administrative function and DLM is a process to manage and preserve that data. Remember, good DLM includes all the phases of the data lifecycle. This is essential to data-driven decisions and actions taken by organizations daily.
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: