I am generating one .csv file from my java code which is coming as a result of one SQL query.The challenge I am facing is one of the column is having very long comment which is spreading to more than one column. But I want that comment to be in one column only.
Please suggest on that.