Page 1 of 1

How to debug an import filter

Posted: Tue Aug 27, 2024 12:45 pm
by mawyn
I wrote a specialized import filter two years ago. It worked nicely and since then I've been working with the references that I imported back then.

I would now like to important new references that are in the same format. I prepared everything according to the careful notes I made two years ago. When I try to import from the file all I get is "Bookends - No references were imported".

I have vague memories that I had to debug the import filter when I first created it, but I don't remember how and I can't find anything about it in the manual. Is there maybe a log file somewhere that I can look at to get an idea of what's going wrong?

Thanks,
Matthew

Re: How to debug an import filter

Posted: Tue Aug 27, 2024 2:30 pm
by Jon
No log, but you can build your own dummy data source in a text editor, starting with only a few fields, and import from the clipboard. Get the simplest version to work then see what happens as you add more complexity to the data and the filter's tagged fields.

Jon
Sonny Software

Re: How to debug an import filter

Posted: Wed Aug 28, 2024 5:09 am
by mawyn
Thanks Jon. I've got the problem fixed now.