Overview
To successfully upload a CSV file to flowit, specific date columns must follow a strict format. Deviations will cause import errors or incorrect data processing.
Required columns
birthdate
start_date
termination_date
Required format
yyyy-mm-dd (year–month–day)
When should you use this optimization?
Before uploading employee data via CSV
If imports fail despite valid data
When switching between Excel and Google Sheets
If date fields appear empty or incorrect in flowit
Why it matters
Prevents upload failures
Ensures accurate calculation of age and employment dates
Creates a reliable data foundation for reviews and reports
How to adjust the date format
Excel
Select the column with date values
Right-click → Format Cells
Choose “Date”
Change locale from German to English
Select the first format (Year–Month–Day)
Save (click "OK")
Google Sheets
Select the date column
Open “Format”
Choose “Number”
Click “Custom date and time”
Enter: yyyy-mm-dd
Apply
🔍 Unable to change the format?
If you're trying to adjust the date format but the cells don't change, the problem is likely that your cells are saved as text – and not as a real date.
How to tell the difference:
Date (correct): The cell behaves like a number – you can calculate with it, and changing the format takes effect immediately.
Text (problem): The cell doesn't change after a format adjustment. The value is often left-aligned and may show a small green triangle in the corner (Excel). flowit cannot read this value as a date.
If the value is text – here's how to fix it:
In Excel:
Select the affected cells
Go to „Data" → „Text to Columns"
Click „Finish" directly (no changes needed)
Excel converts the text values to real dates
Re-apply the
yyyy-mm-ddformat (see instructions above)
Alternative (Excel & Google Sheets): Use the formula =DATEVALUE(A2) to convert text into a real date. Then copy the result and paste as „Values only".
If it's already a real date:
Then the issue lies elsewhere. Please reach out to our Customer Success Team – we're happy to help.
✅ Recommended action
Always check date formats before uploading CSV files
Use yyyy-mm-dd consistently in all relevant columns
Test the upload with a small file (5–10 records)
Document the procedure internally for recurring uploads







