cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Export CSV action, when giving multiple supercategories in excel data column is coming separate

0 Likes
223

Hi All,

When I am assigning in product -> multiple supercategories then data is coming but in different column during export csv file download.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Likes

I tried with this one so # is cod my data is coming proper

         if (ret.contains(","))
         {
             ret = ret.replace(",", "#");
         }

But I want (,) not # so I am trying with (,) same issue is coming.

0 Likes

CSVContent will come without double quotes

VinayKumarS
Active Contributor
0 Likes

Open in a notepad and check. Real-Time Clocks, Cables For Compueters. So it is appearing as a different column. If we get the super categories in double quotes. Then you dont see it in separate column.