MartinNikolov / daily-money

Automatically exported from code.google.com/p/daily-money
0 stars 0 forks source link

CSV File Not found on impory #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import csv
2.
3.

What is the expected output?  I purchased a ne phone & can't import my data 
from the old to new phone.

What do you see instead? "No CSV found". Apparently the app is nit locating the 
csv files that I exported from the old phone & copied to the new phone.

What version of the product are you using? On what operating system?  0.9.8

Please provide any additional information below.

Original issue reported on code.google.com by drmarkw...@gmail.com on 2 Sep 2012 at 5:39

GoogleCodeExporter commented 8 years ago
1. Copy accounts.csv & details.csv to /mnt/sdcard/bwDailyMoney
2. Run DM, "Data" -> "Import CSV" -> "Shared-All"

Original comment by Lancelot...@gmail.com on 3 Sep 2012 at 4:44

GoogleCodeExporter commented 8 years ago
I did that. It's still not recognizing my csv files that are clearly in that 
folder with the csv file extension as 

Original comment by drmarkw...@gmail.com on 3 Sep 2012 at 6:58

GoogleCodeExporter commented 8 years ago
1. Did you change Preferences -> Working folder in DM ?
2. What are the exactly file names of csv files in /mnt/sdcard/bwDailyMoney ?

Original comment by Lancelot...@gmail.com on 4 Sep 2012 at 1:35

GoogleCodeExporter commented 8 years ago
I did not change the working folder. I've tried to locate such an option under 
preferences but couldn't. The file names in the bwDailyMoney folder are:  
accounts-20120818-203033.csv and details-20120818-203032.csv

Original comment by drmarkw...@gmail.com on 4 Sep 2012 at 2:49

GoogleCodeExporter commented 8 years ago
If you didn't change the file name, accounts-20120818-203033.csv and 
details-20120818-203032.csv are not most recent backup file.

You still can import them after changing file names to "accounts.csv" and 
"details.csv".

Then follow the step in comment 1, it should works.

Original comment by Lancelot...@gmail.com on 4 Sep 2012 at 12:07

GoogleCodeExporter commented 8 years ago
The file names came from the Export CSV feature. Changing the file names 
worked.  THANKS! 

Original comment by drmarkw...@gmail.com on 4 Sep 2012 at 12:16

GoogleCodeExporter commented 8 years ago
Export CSV will default generate 4 files (assume there is only 1 book)
accounts.csv, details.csv, accounts-0.csv, details-0.csv

If you check "Preferences"-"Backup old CSV when doing export",
DM will backup old accounts.csv, details.csv to accounts-yyyyMMdd-hhmmss.csv, 
details-yyyyMMdd-hhmmss.csv

yyyyMMdd-hhmmss is backup time.

Original comment by Lancelot...@gmail.com on 4 Sep 2012 at 2:31