I COULD NOT ABLE TO UPLOAD FORM 27C AS IT SHOWS DATE FORMAT ERROR. IN CSV FORMAT WHEN TRY TO FORMAT AS DD MMM YYYY . IT IS NOT WORKING. WHEN I RE-OPEN IT IS GOING BACK TO OLD FORMAT. PLEASE HELP THANKS
13 August 2025
You're facing a common error while uploading Form 27C (Declaration under Section 206C(1A)), usually caused by incorrect date formatting in the CSV file. Let me explain why this happens and how to fix it step-by-step.
๐งพ Problem: When uploading Form 27C CSV to the Income Tax TIN website, you get: โ โDate Format Errorโ ๐ Why This Happens: Excel often reverts the date format when saving CSV files. The TIN system expects specific formats, like DD-MMM-YYYY (e.g., 13-Aug-2025) But Excel might auto-convert to MM/DD/YYYY or other regional formats, causing rejection. โ Solution (Step-by-Step): Use Notepad Instead of Excel ๐ง Step 1: Fill Form in Excel, But Don't Save As CSV Yet Open the .csv template from the TIN-NSDL site. Enter data in Excel as usual. For the Date fields (like Date of Declaration, Date of Receipt), use this format: 13-Aug-2025 (exactly like this โ Day-MonthAbbr-Year) Make sure the column is formatted as Text, not Date. ๐งฐ Step 2: Save Properly Using Notepad After completing the form in Excel, copy all data (Ctrl+A, then Ctrl+C) Open Notepad Paste the data into Notepad (Ctrl+V) Carefully verify the date fields still look like 13-Aug-2025 Save the file with .csv extension: File > Save As File name: "form27c.csv" (with quotes to force CSV extension) Encoding: ANSI Save as type: All Files โ Step 3: Upload the CSV File Go to the TIN-NSDL site Upload the newly saved CSV file It should now accept the date fields and pass validation ๐ก Tips: Always use hyphen (-) as the separator (not slashes or dots) Format = DD-MMM-YYYY (e.g., 04-Aug-2024) Don't open the file again in Excel after saving from Notepad โ it might auto-format again