Jun 17, 2017 07:10 PM
When I export a view to csv it always includes the name (ID) field - I want to be able to just export a single field (email) without the ID field. Is this possible?
Jun 18, 2017 06:30 AM
Hide fields that you don’t want to export.
Jun 18, 2017 12:31 PM
Thanks, that still keeps the ID (name) field that I do NOT want.
Jun 18, 2017 12:37 PM
Sorry, you can’t hide the primary field. Of course, you already know that but I didn’t clue in to what you meant by “ID”.
Jun 18, 2017 12:48 PM
Yeah - I need a csv file of just emails (in this case) and I have used the email as the ID field, then hidden all fields, but I would like to use something else as the ID field as not all records have emails.
Jun 18, 2017 02:12 PM
Possible workaround: you can copy cells out of grid view (Cmd+C on Mac, Ctrl+C on Windows) and paste into a spreadsheet (like Google Sheets or Excel), then save that as CSV. Note that clicking on the field header will select all the cells in that field.
Jun 18, 2017 02:25 PM
Yeah, thanks - I can think of various multi-step ways of getting this done, but I was hoping there may be a single-step way of doing it.