Page 1 of 1
Importing data
Posted: September 6th, 2015, 7:06 am
by quicnsereko
Hello,
How do I import data from an old survey so that some sections are prefilled.
Re: Importing data
Posted: September 7th, 2015, 8:16 am
by josh
You would use an external dictionary and external data file to store the data from the old survey and then use the command loadcase to read in the data and copy the variables from the external file into the main data file. There is a post that describes in a bit more detail:
http://csprousers.org/forum/viewtopic.p ... 080&p=3048
Re: Importing data
Posted: September 14th, 2015, 5:31 am
by quicnsereko
Thanks Josh