The CreatorCon Call for Content is officially open! Get started here.

Exporting a Value of a Choice

Koki
Tera Contributor

In the Choice List, there is a Value called "--:--".


When this value was output in csv, it was changed to " '--:--".


The single quotes are added by themselves, but this is unnecessary and I want to prevent it.

 

What should I do?

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @Koki 

the single quotes are required to indicate that the field value is a String and nothing else like a number.

When importing in Excel, this should be recognized and handled accordingly.

Maik

View solution in original post

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi @Koki 

the single quotes are required to indicate that the field value is a String and nothing else like a number.

When importing in Excel, this should be recognized and handled accordingly.

Maik

Am I correct in my understanding that this case is inevitable?