Hello
We were able to import around 43,000 actions using the CSV auto import method. However, the actions don't produce any items. We added the code to our development site to send rate and view actions and those did successfully produce items. Is there something in the import we are overlooking? Any advice would be helpful. Thank you.
Here is the successful action line:
| 43695 | 2 | 22 | JS_IRIXn75ZmKfgVXK | 192.168.1.119 | 23 | 1 | 1 | NULL | NULL | NULL | ItemDesc1
Here is the action line from the CSV that does not output an item:
| 43694 | 2 | 725698 | NULL | NULL | 213089 | 1 | 2 | 2 | NULL | NULL | ItemDesc3
Anonymous
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
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