y_sample.csv
REGEXPS: [('Transaction Date,Posted Date,Description,Payee,Payee
account,Amount,Balance', re.compile('Transaction Date,Posted
Date,Description,Payee,Payee account,Amount,Balance',
re.IGNORECASE|re.MULTILINE|re.DOTALL))]
/home/viq/Work/Own/beanco
On Sunday, April 8, 2018 at 7:40:50 PM UTC+2, Martin Blais wrote:
>
> - bean-identity saw your file.
> - It didn't match any of the configured importers (there's no section
> printed underneath it, if it matches it would print the importer and
> deduced account name, date and to-be-renamed locati
On Saturday, April 7, 2018 at 4:27:29 PM UTC+2, viq wrote:
>
> First, apologies, I'm very new to beancount, and only starting with
> python. Right now I'm trying to just have a basic import working, and then
> will try to enrich it. I've tried looking through documen
On Sunday, April 8, 2018 at 10:46:30 AM UTC+2, Martin Blais wrote:
>
> On Sun, Apr 8, 2018 at 3:17 AM, viq >
> wrote:
>
>>
>>
>> On Sunday, April 8, 2018 at 1:55:42 AM UTC+2, Michael Droogleever wrote:
>>>
>>> I think
On Sunday, April 8, 2018 at 1:55:42 AM UTC+2, Michael Droogleever wrote:
>
> I think it is this, but I have not tried running your code:
>
>
>> sys.path.insert(0, path.join(path.dirname(__file__)))
>
>
> is what adds the path to your importers package, to the system path. So the
>
> import imp
First, apologies, I'm very new to beancount, and only starting with python.
Right now I'm trying to just have a basic import working, and then will try
to enrich it. I've tried looking through documentation and mailing lists,
and this is as far as I managed to go with it.
"config" file test.con