Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×When i upload the CSV file with my test steps , as attached, they are come in one line, how to get them in separate lines
Is there a way i can modify my CSV , so that after upload the steps and expected results are automatically shown in different / new lines?
Check out the CSV import docs. This seemingly trivial thing is actually fairly complicated. I'd suggest a thorough read over the doc if you haven't.
With regard to your question, what delimiter is being used on the CSV file? Jira expects comma (,) as the delimiter, so if you are using TAB, Space or something else, you will need to convert the file to use that delimiter. I would recommend against using MS Excel if you need to hand edit CSV files. Use OpenOffice instead. For unexplainable reasons, MSFT imposes limits on CSV cell size and doesn't handle cells with commas well (it screws up the "" that is supposed to encapsulate the cell containing commas.) OpenOffice does a better job of this. In the end, you may need to hand edit in a text editor, though. We frequently find that it's the only way to clean some things up. I hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.