Re: Intuit Mint to GnuCash

2018-03-19 Thread The Manager

That sounds like a wonderful tool.  QIF is a nightmare because of the variable,
not explicit date formats and US date format out of synch with the rest of the
world.

Have at IT : -)

> 
> JFYI: About year ago I start working on small python script to import my
> credit card transactions from Mint to my GnuCash. It works fine for simple
> transactions (aka no splits), but I have not found good way to avoid some
> of the collisions. More specifically if you have two splits at same store
> on the same date.
> 
> 
> 
> I was planning to upload my code to my GitHub (
> https://github.com/SAL-e/mint2gnucash ), unfortunately my laptop crashed.
> But seeing this thread I'm going to restore my project and share my code if
> there is interest.
> 
> 
> 
> Best regards,
> 
> Svetoslav Trochev
> 
> 
> 
> On Mon, Mar 19, 2018 at 6:35 AM John Ralls  wrote:
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Intuit Mint to GnuCash

2018-03-19 Thread SAL-e
Hi,



JFYI: About year ago I start working on small python script to import my
credit card transactions from Mint to my GnuCash. It works fine for simple
transactions (aka no splits), but I have not found good way to avoid some
of the collisions. More specifically if you have two splits at same store
on the same date.



I was planning to upload my code to my GitHub (
https://github.com/SAL-e/mint2gnucash ), unfortunately my laptop crashed.
But seeing this thread I'm going to restore my project and share my code if
there is interest.



Best regards,

Svetoslav Trochev



On Mon, Mar 19, 2018 at 6:35 AM John Ralls <jra...@ceridwen.us> wrote:

>
>
> > On Mar 19, 2018, at 4:35 AM, DaveC49 <davidcous...@bigpond.com> wrote:
> >
> > Transferring data out of Intuit Mint will depend upon whether that
> > program/app has the ability to export data in a suitable form like OFX or
> > Excel CSV format. Gnucash can import OFX file data if correctly
> structured
> > and the current Gnucash versions can import CSV with some limitations
> (the
> > developers are working on a more general csv import capability). If
> > importing from Excel, it is generally better to edit the format to suit
> the
> > import capability/expected structure in Excel, i.e. until it imports
> > correctly . Better to get it working on a small data set and then import
> the
> > data in batches rather than try and do a mass import -  less to fix up if
> > there is a problem. can't comment more specifically about Intuit Mint.
>
> More correctly, GnuCash 3.0, now in beta testing as GnuCash 2.7.7, has a
> greatly enhance CSV import capability.
>
> Regards,
> John Ralls
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Intuit Mint to GnuCash

2018-03-19 Thread John Ralls


> On Mar 19, 2018, at 4:35 AM, DaveC49 <davidcous...@bigpond.com> wrote:
> 
> Transferring data out of Intuit Mint will depend upon whether that
> program/app has the ability to export data in a suitable form like OFX or
> Excel CSV format. Gnucash can import OFX file data if correctly structured
> and the current Gnucash versions can import CSV with some limitations (the
> developers are working on a more general csv import capability). If
> importing from Excel, it is generally better to edit the format to suit the
> import capability/expected structure in Excel, i.e. until it imports
> correctly . Better to get it working on a small data set and then import the
> data in batches rather than try and do a mass import -  less to fix up if
> there is a problem. can't comment more specifically about Intuit Mint.

More correctly, GnuCash 3.0, now in beta testing as GnuCash 2.7.7, has a 
greatly enhance CSV import capability.

Regards,
John Ralls

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Intuit Mint to GnuCash

2018-03-19 Thread DaveC49
Transferring data out of Intuit Mint will depend upon whether that
program/app has the ability to export data in a suitable form like OFX or
Excel CSV format. Gnucash can import OFX file data if correctly structured
and the current Gnucash versions can import CSV with some limitations (the
developers are working on a more general csv import capability). If
importing from Excel, it is generally better to edit the format to suit the
import capability/expected structure in Excel, i.e. until it imports
correctly . Better to get it working on a small data set and then import the
data in batches rather than try and do a mass import -  less to fix up if
there is a problem. can't comment more specifically about Intuit Mint.

David Cousens



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Intuit Mint to GnuCash

2018-03-16 Thread Adrián .
Hello all, I have been using Intuit Mint for personal finance for sometime now. 
Simple and not very detailed financial track. Just to know where the money is 
going and recording date of events. Control about my personal billing become 
crucial to stay out of trouble.

More or less Mint do it part for me. However, I always complaining about have a 
software on PC instead data online.

I use Linux and GnuCash look perfect, but, I am not sure about it.

Can you make a comment about Mint to GnuCash, or get a comment of someone who 
actually did it.



Get Outlook for Android

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.