Online Date Decomposer (Year, Month, Day, Weekday, ISO Week)
Drop a CSV with a date column to automatically extract year, month, day, day of week, and ISO week number.
Before
After
Drag & drop CSV files here, or browse files
.csv format (up to 10 files, 500 MB each)
Required Columns
Date
Your data stays in your browser. By using this tool, you agree to our Terms and Privacy Policy.
How to Use This Template
Select Your File
Drag & drop a CSV file containing the required columns
Automatic Processing
Data is transformed and aggregated based on the template
View Results
Explore the aggregated results interactively on the Analyze page
Processing Details of This Template
- 1Extract from Date via regex → column "year"
- 2Extract from Date via regex → column "month"
- 3Extract from Date via regex → column "day"
- 4Extract from Date via regex → column "day_of_week"
- 5Extract from Date via regex → column "iso_week"