Hi,
While exporting any data (tickets, activities, testcases, requirement....) the report doesn't comes in proper tabular format. Though it is being converted to text form from CSV format.
Also, if I deselect the lengthy texts i.e. description and result from the export option, the data fetched is in proper format.
Let me know what we can do fix this.
Can you please show or post examples ?
Attached is the exported excel for reference.
Sheet 1 : Data exported
Sheet 2 : After converting data to text
It is because CVS serparator character is not correct.
It is set to ";".
Change it to "," in global parameters...
Yeah! you were right. Thanks a lot.