- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:04 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:50 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:50 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 11:51 PM
Am I correct in my understanding that this case is inevitable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 01:47 AM
Yes.