Moneybag export data function will export CSV file under “Moneybag” folder on sdcard, you can view it on PC. But, sometimes it shows messy code of non-english (such as chinese ) opened by Microsoft Excel.
i think the messy code problem is handled by EXCEL aspect, the follow steps to help you to open CSV normally.
1. Rename .csv file as .txt file
2. Import .txt file by Excel
- Open Excel 2007
- Open a new file
- Click the Data Menu option
- Click “From Text” button
- Select the file you downloaded
- Make sure “Delimited” is selected and Press Next
- Make sure “File origin” is set on Unicode (UTF-8) and Press Next
- Press Next
- Check the delimiter characters that you know are in your file like Comma or Tab or whatever is inyour case. You can select more than one10. – Proceed to Next Step and Finish11. – Your excel file will be ready with all you data displayed correctly
Download import CSV manual