import fails with nil error
I'm having a problem with importing data. The error message I get is, "Import FAILED: Invalid CSV format: undefined method `downcase' for nil:NilClass"
The columns in my CSV file are, Story, Description, Story Type, and Estimate.
The columns in my CSV file are, Story, Description, Story Type, and Estimate.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Obviously the import error messages could use some work, but normally this only happens when the CSV file has some invalid data and/or characters. If you want to send the file your trying to upload to tracker@pivotallabs.com, we'll be happy to look at it for you.
Mark -
Inappropriate?I took a careful look at the CSV file using a text editor, and discovered that there was a trailing comma on the first line (containing the column headers). Removing the trailing comma solved the problem.
Thanks.
I’m relieved
-
Inappropriate?FYI, if Excel is saving it properly, it should be considered a problem with your CSV processing.
I’m frustrated
Loading Profile...



