Closed LottePitcher closed 4 years ago
Hi @DanDiplo,
We are trying this package on a v7.13.2 site. We have two localised Chinese languages on this site. The names of those two languages in Umbraco are:
When I use the 'export' feature of this package these two language names are being split over two cells, because of the comma.
An example couple of lines from the CSV are (with most of the data replaced with placeholders to hopefully make it clearer!)
{id},{guid},Chinese (Traditional, Hong Kong S.A.R.),"{name}","{translation}" {id},{guid},Chinese (Simplified, PRC),"{name}","{translation}"
If the country name was enclosed in quotes I believe this would fix this issue. I will fork the source now to see if I can get this working.
Lotte
Hi @DanDiplo,
We are trying this package on a v7.13.2 site. We have two localised Chinese languages on this site. The names of those two languages in Umbraco are:
When I use the 'export' feature of this package these two language names are being split over two cells, because of the comma.
An example couple of lines from the CSV are (with most of the data replaced with placeholders to hopefully make it clearer!)
{id},{guid},Chinese (Traditional, Hong Kong S.A.R.),"{name}","{translation}" {id},{guid},Chinese (Simplified, PRC),"{name}","{translation}"
If the country name was enclosed in quotes I believe this would fix this issue. I will fork the source now to see if I can get this working.
Lotte