|
The Mail2Excel is a tool for
extracting values of fields from mails present in a
pst file. Field names are specified in an ini file
(Mail2Excel.ini). Mail2Excel tool will
extract the Values of the fields and write them in a
coma-separated CSV file which can be opened in MS
excel.
Mail2Excel.ini file format:
[General Configuration]
;;Total number of fields to be extacted
Number of Field=4
;;character that separates the value from key name
Separator=:
;;Ignore this sequence if it appears in the body of the mail.
ignoreSequence=----
;;Stop extracting data if this sequence is reached
Terminatingsequence=Contact our sales team [1]
;;Name of the first field
Field Name=Product Name
;;if this is not present for a particular field name, application
;;assumes the default separator specified in the general preferences
Separator=;
..
..
[4]
Field Name=Customer Name
Separator=;
Additional Links:
Mobiliti Outlook backup technology.
Note:
This is a beta version
|