I wanted to export data from ManicTime (v1.4.11 or V1.5.1) to MS Outlook via CSV file.
Program exports data in such a way that they can not be directly loaded into Outllouk
CSV file now looks like this
"Name","Start","End","Duration","Notes"
"Name","2011-04-17 09:43:51","2011-04-17 10:07:29","00:23:38","Notes"
it should look like this
"Name",
"Date Start","
Time Start",
"Date End","
Time End","Duration","Notes"
"Name","2011-04-17
","09:43:51","2011-04-17
","10:07:29","00:23:38","Notes"
sorry for my english
Edited by user Sunday, April 17, 2011 1:43:37 PM(UTC)
| Reason: Not specified