Predefined entries

Hi!

I am new to KOBO, so sorry if this has been asked before. I couldn’t find the answer.

I wonder would it be possible to achieve the following:

We have a list of locations for which we regularly have to collect some data. List is stored in the DB and can be exported to CSV.

We would like to use KOBOCollect on Android in a way that location data is already entered into the system, data collection guys look where is the nearest collection ppint, goes there and fills in data that needs to be collected.

Any idea how to achieve this?

I found Import CSV data to existing form
at https://kc.kobotoolbox.org/api/v1/forms

Seems that it could do the trick.

I uploaded CSV tekstform.csv under “Existing Form Files”

but curl -X POST https://kc.kobotoolbox.org/api/v1/forms/60190/csv_import -F csv_file=@tekstform.csv -u user:password returns 500 error.