Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
eml file data extraction
#1
I have kind of a unique situation here guys. I have 1000 dbx files, which are from outlook express. each one of these files contains ''x'' email messages to and from one sender only. these files represent mozilla thunderbird folders and the email messages stored inside them from a previous machine he was working with. I was told that python has many packages to do many different kinds of work, and this was one task that falls into that category. I don't believe Python can read DBX files, but I was told that EML files are so common, it can. I know nothing about Python but have been programming for years. I was wondering if anyone here could take a look at the attached shot and tell me if these errors are a result of user error on my part, or the fact that the package I am trying to install is out of date and/or not compatible for some reason. I am a little disappointed at how branched out the programming world is becoming. There seems to be a million different solutions for any given problem, and I simply don't have the time to search all day long for what works and what doesn't with ''x'' system. Do any thoughts come to mind from anyone here based on what you see? thanks much.

oh, and the package I downloaded is here: https://pypi.org/project/emaildata/0.3.4/

Adam

Attached Files

Thumbnail(s)
   
Reply
#2
without looking at the packages, here's what's available for dbx: https://pypi.org/search/?q=dbx
I leave it up to you to review what each does.
The code repositories of each can be found by clicking the homepage link.
In the repository, you may find more detailed documentation (on not)
Reply
#3
Lars,

Like I said, I have a converter to change DBX to EML. but have you ever worked with the package I referenced? the ""emaildata"" package?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Request for Python code - Features extraction from JSON file (cuckoo) thinker 1 2,192 Apr-07-2021, 04:40 PM
Last Post: Larz60+
  Data extraction from a table based on column and row names tgottsc1 1 2,407 Jan-09-2021, 10:04 PM
Last Post: buran
  xml file creation from an XML file template and data from an excel file naji_python 1 2,108 Dec-21-2020, 03:24 PM
Last Post: Gribouillis
  How to save CSV file data into the Azure Data Lake Storage Gen2 table? Mangesh121 0 2,112 Jun-26-2020, 11:59 AM
Last Post: Mangesh121
  Table extraction from scanned PDF RupamKundu 1 3,705 Aug-03-2019, 02:59 AM
Last Post: Larz60+
  Json value extraction aaronwarwick 1 2,129 Jun-24-2019, 07:23 PM
Last Post: micseydel
  Substring extraction nevendary 6 3,949 Apr-24-2019, 05:41 AM
Last Post: nevendary
  String extraction Scott 3 3,085 Jul-21-2018, 09:01 PM
Last Post: buran
  Automating a Data Extraction Process Harrison 12 8,627 Mar-31-2017, 10:44 AM
Last Post: Harrison

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020