Description
Whenever exporting test steps in manual Tests, multilines values are not supported in the step, data and expected results columns.
Exporting this Test steps to CSV will generate an invalid CSV file, such as
Step; Data; Expected Result Line1 Line2 Line3;j;myresult
This is invalid and will not work if we try to import it back again using the Import steps=>From CSV.