David de Boer
David de Boer
Interesting! Could you update [DoctrineWriter docs](https://github.com/ddeboer/data-import#doctrinewriter) too?
Great! If you could do so in this PR, I’ll merge everything in one go.
Could you please rebase this on master so we can merge this?
Yes, in the end the `Result` should be interchangeable. Perhaps we can have two interfaces: a simple `ResultInterface` and a `AdvancedResultInterface` which has start/end time, count etc. Alternatively, we could...
All right, have fun!
@Baachi Yep, we’re already throwing exceptions and collecting them through the `Result` object. However, I’m here talking more about feedback that isn’t really an exception, but just some info that...
Somewhat like a logger, yes, but with two key differences: - it should be reset after each call to `process()`, otherwise the import results are polluted with results from previous...
Good point! We should add that functionality to the ExcelReader too. We can - either move it to an AbstractRowReader base class and have the Csv and ExcelReader extend from...
The [data-import](https://github.com/ddeboer/data-import) library was split off from this bundle at some point. I agree that the split has left this bundle somewhat empty-handed. What has remained are a [couple of...
I’m seeing this too. For me, the culprit is a rule that turns bluetooth on ‘on arrival’ at the context that I’m currently on (‘Connected to external display’). When falling...