Export call logs to csv or xml file

Someone want to analyse their call history log from the Desktop PC,for example,if you want to know how long the incoming call from you home is,you can first use PocketExport to export all the call history logs to a csv file and then use Ms Excel open this file then do what you want.

outlook plug  

PocketExport support two different kinds of file format:CSV format and XML format

CSV file format:

<NAME>,<CALL Type>,<Start Time>, <End Time>

csv format  

XML format

<MobiTNT>
<Item>
<Number>Phone Number </Number>
<CName>Name</CName>
<CallType>CallType</CallType>
<StartTime>Time</StartTime>
<EndTime>Time</EndTime>
</Item>
<MobiTNT>

XML format