I am trying to import issues from a CSV and i get the following message:
java.io.IOException: Malformed CSV stream. Missing ["] near offset 62 after field 0 on line 169
I am using JIRA 5.0.4
See CSV attached
Thanks! ()
The error message you're getting really is telling you what is wrong - there is at least one " mark in your csv that doesn't match up, and is breaking the format.
You'll need to escape the extra " marks in order to import them. I think it's just using "" instead of "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The error message tells you what line is failing, although the character reference might not be that helpful - it's often "the next thing I couldn't read" instead of "where you've got something wrong"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
there is no file attached.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.