Hi all,
I am a little stuck at what would seem like the first hurdle to writing a program on my mac.
I am proficient at programming C and VBA but have never had to choose a platform / language for myself before; all my previous work coding has been performed on an existing system either at work or during my degree... (given that I am an engineer not a programmer I have never had to do the ground work).
I digress. Essentially what I'm trying to do is write an app which will open a .csv file full of my bank transactions and write the entries into a database. I want to be able to then list the entries within the database and either manually or automatically (i.e. with some logic) assign each entry a tag (e.g. 'fuel payment' 'rent payment' 'shopping' e.t.c). Then I want to be able to write a front end to the database which can sort for the aforementioned tags and display them in a dashboard so I can see where all my money is going!!!
I am aware there are apps already existing for this but... 1) I am extremely sceptical about putting anything which could be used against me into an app 2) they usually cost something and I see no reason to pay someone for something I could do myself.
Excel and VBA is something I am familiar with and I have a fairly good idea of how I would go about this but the program is fairly clunky and not very neat (not to mention I'm not learning anything new by doing it that way).
Thanks in advance.
Matt
I am a little stuck at what would seem like the first hurdle to writing a program on my mac.
I am proficient at programming C and VBA but have never had to choose a platform / language for myself before; all my previous work coding has been performed on an existing system either at work or during my degree... (given that I am an engineer not a programmer I have never had to do the ground work).
I digress. Essentially what I'm trying to do is write an app which will open a .csv file full of my bank transactions and write the entries into a database. I want to be able to then list the entries within the database and either manually or automatically (i.e. with some logic) assign each entry a tag (e.g. 'fuel payment' 'rent payment' 'shopping' e.t.c). Then I want to be able to write a front end to the database which can sort for the aforementioned tags and display them in a dashboard so I can see where all my money is going!!!
I am aware there are apps already existing for this but... 1) I am extremely sceptical about putting anything which could be used against me into an app 2) they usually cost something and I see no reason to pay someone for something I could do myself.
Excel and VBA is something I am familiar with and I have a fairly good idea of how I would go about this but the program is fairly clunky and not very neat (not to mention I'm not learning anything new by doing it that way).
Thanks in advance.
Matt