Function search() on csv file, no longer working in 2.0.2 version ??

126 views
Skip to first unread message

Rémy C

unread,
Dec 11, 2015, 10:01:02 AM12/11/15
to GeoODK Community
Hello,
I am using your project in my environnemental non-profit organization. Thank you for your great job.

We are using a GeoODK form to collect informations about species with GPS localisation. In this form we use the search() fonction on a csv file to find the good latin name in a big list of species.
Unfortunately, wit the last version of GéoODK, this form do not work any more. The search() function in the form return an error : 'java.util.Vector'
So it's impossible to use our form.
Do you have a solution or at least a clue to solve this (very important for us) problem ?

Thank you very much,
Rémi CLEMENT
GIS Administrator

Jon Nordling

unread,
Dec 13, 2015, 11:59:58 AM12/13/15
to Rémy C, GeoODK Community
Hi, 

Sorry for the trouble, can  you send a sample form, so that I can debug on my end and find the issue.

Jon

Rémy C

unread,
Dec 14, 2015, 4:11:48 AM12/14/15
to Jon Nordling, GeoODK Community
Hello Jon,
Thank you for your answer.
I join my form on a link in this mail (sorry one of the csv is very big).
Thanks for your help
Rémi
--
Rémy CLEMENT

Message has been deleted

Aurelien Sanji

unread,
Jan 6, 2016, 12:01:49 PM1/6/16
to GeoODK Community
Hi every one,
I encounter the same issue someone have a solution ?

I'm using TAXREF a big CSV file with a lot of species. 

Rémy C

unread,
Feb 9, 2016, 10:49:31 AM2/9/16
to GeoODK Community
Hello,
I up my subject.
I will be glad to use the improvements of the new version of GéoODK but unfortunately i must stay 1.7 because of this issue.
Do you have any clue to solve the issue ?
In advance thank you and, again, so many thanks for this wonderfull project !!! It brings mobility to our field work !!

To Aurelien Sanji : I use taxref too, where are you from ? In which project do you use GeoODK ? (Maybe we can share solutions and experiences).

Rémy

Thomas Vaassen

unread,
Feb 28, 2016, 2:24:49 AM2/28/16
to GeoODK Community
We have also encountered the same issue.

Thomas
Landmapp

Rémy C

unread,
Mar 11, 2016, 6:03:20 AM3/11/16
to GeoODK Community
Hello
Any news about this issue ? Do you need me to repost my link (the link above is no longer avalable)
Many of my contacts have the same problems.
Another time geoODK is a great project. Thank you for this job !
Thanks
Rémy

igar...@tns.org

unread,
Aug 9, 2016, 5:45:41 PM8/9/16
to GeoODK Community
Hi all, was this issue ever resolved?

Claire Lagaye

unread,
May 5, 2017, 6:16:24 AM5/5/17
to GeoODK Community
We have the same issue here and due to very large list of values we need the search () function to work and are stuck right now with the 1.7 version
Any idea if there is a plan to put it back in the latest versions which we would really love to try out.
Thanks,
claire

Shashikant Sharma

unread,
Jul 18, 2017, 7:49:32 AM7/18/17
to GeoODK Community
hii everyone,
        i have also faced the same problem, so what i did is i changed the ArrayList to Vector in line :
if (eval.getClass().isAssignableFrom(Vector.class)) {
                       @SuppressWarnings("unchecked")
                     List<SelectChoice> dynamicChoices = (Vector<SelectChoice>) eval;
in ExternalDataUtils files.
and it worked for me,just try once.
Thank u !!
Reply all
Reply to author
Forward
0 new messages