- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
How to export a txt file without double quotes?
Hi All,
I'd like to export a txt file without double quotes,is there another way?
thank you.
<Datatable>
<Export Options>
<txt file>
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to export a txt file without double quotes?
The issue seems to be that there are commas in the column. I added a comma to the first row's name in the Big Class data table
and then saved it as a txt file using your export settings, and what I got was
What I suggest is for you to separate each comma field into separate columns
Set your export preferences to
and you will get
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to export a txt file without double quotes?
The issue seems to be that there are commas in the column. I added a comma to the first row's name in the Big Class data table
and then saved it as a txt file using your export settings, and what I got was
What I suggest is for you to separate each comma field into separate columns
Set your export preferences to
and you will get