How can I keep the format from an Excel file to the .CSV and then to a JIRA. For instance, the Description field has bulleted items and blank lines, but when I convert it to a CSV and that CSV is imported into JIRA all the text flows together (i.e. loses the rich formatting).
I figured it out. Checking the MAP FIELD box for all the fields I was importing caused the issue. I unchecked them and the fields imported in the same format as my Excel file.
This was really helpful, worked for me. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you need to keep the formatting, you would need to export the data via API and store it
Here's a guide
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try with this add-in in excel and explore
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
CSV and Excel files are different. CSV has no support for formatting, it's plain data. If you save a spreadsheet file as CSV, your spreadsheet can only save the data in a standard CSV shape, without formatting or cleverness.
TLDR: you can't do this, because CSV does not have formatting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I should at least be able to keep the blank lines / line breaks, shouldn't I?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll need to encode them if you want to do that. Spreadsheets don't encode when they export.
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.