搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to get email data exctracted separately?

  • 1 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 sfhowes

more options

Is there a way to have time when the email was received in a separate column while exporting it from Thunderbird? The same as for a date, recipient, and sender email. Thank you.

Is there a way to have time when the email was received in a separate column while exporting it from Thunderbird? The same as for a date, recipient, and sender email. Thank you.
已附加屏幕截图

被采纳的解决方案

ImportExportTools NG can export a folder or selected set of messages to an index in csv format, and the date and time formats can be customized (see picture). The date and time are in the same column, but it shouldn't be difficult to parse the time part and place it in a separate column. An awkward method would be to export the index with the full date and time, then re-export with just the time, then copy the time column into the first index csv.

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

ImportExportTools NG can export a folder or selected set of messages to an index in csv format, and the date and time formats can be customized (see picture). The date and time are in the same column, but it shouldn't be difficult to parse the time part and place it in a separate column. An awkward method would be to export the index with the full date and time, then re-export with just the time, then copy the time column into the first index csv.

由sfhowes于修改