- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Du kannst beim Import das Verhalten steuern.Wenn ich nun also erneut einen VV-Export/Import mache, importiere ich dann erneut alle Antworten oder nur die neuen, die zusätzlich hinzugekommen sind.
- Exclude record IDs? : If 'id' column exist in the file you can exclude this line or not. If this setting is checked then a new record is added for each line of the .vv file. If unchecked you can choose:
- When an imported record matches an existing record ID:
- skip : Report and skip the new record. After upload you will see if the record already existed - if it existed it's not imported.
- renumber : Renumber the new record. A new record is added to the response table with answer of the VV file.
- replace : Replace the existing record. The old record is deleted and completely replaced by the record from the VV file
- replaceanswer : Replace response details from the file in the existing record. The old record is updated with the new response from the VV file. This allow to replace only one question in the response table.