Anonymous - 2015-01-07

Hi!

Unfortunately the autoimporter is deprecated and will not work in its current implementation - sorry. If you urgently need import capabilities I suggest using jMeter which can create http API calls from csv input. You can find some samples in the easyrec-web project under src/test/resources/jMeter.

The current autoimporter only works in the core layer of easyrec which uses internal numeric ids and has no mapping between items, string ids and numeric ids. Since there are a lot of requests regarding the autoimporter I'm working on a new one for the next release.

Greets Stephan