{
    "CaseData": [{
            "RespondentID": "1",
            "ResponseDate": "2012-12-12",
            "Weight": "0.9",
            "RespondentName": "Neko Nekic",
            "Country": ["1"],
            "RespondentAge": "18",
            "PetName": "Cat",
            "Brands": ["1", "2"]
        }, {
            "RespondentID": "2",
            "ResponseDate": "2012-12-13",
            "Weight": "0.3",
            "RespondentName": "Neko2 Nekic2",
            "Country": ["2"],
            "RespondentAge": "28",
            "PetName": "Dog",
            "Brands": ["2", "3"]
        }, {
            "RespondentID": "3",
            "ResponseDate": "2012-12-14",
            "Weight": "0.1",
            "RespondentName": "Neko3 Nekic3",
            "Country": ["3"],
            "RespondentAge": "38",
            "PetName": "Parrot",
            "Brands": ["3", "4"]
        }
    ],
    "MetaData": [{
            "Code": "RespondentID",
            "Text": "Respondent ID",
            "Type": "OpenNumeric",
            "AnswerAlternative": null
        }, {
            "Code": "ResponseDate",
            "Text": "Response Date",
            "Type": "DateTime",
            "AnswerAlternative": null
        }, {
            "Code": "Weight",
            "Text": "Weight",
            "Type": "OpenNumeric",
            "AnswerAlternative": null
        }, {
            "Code": "RespondentAge",
            "Text": "How old are you?",
            "Type": "OpenNumeric",
            "AnswerAlternative": null
        }, {
            "Code": "RespondentName",
            "Text": "What is your name?",
            "Type": "OpenString",
            "AnswerAlternative": null
        }, {
            "Code": "PetName",
            "Text": "What is the name of your pet?",
            "Type": "OpenString",
            "AnswerAlternative": null
        }, {
            "Code": "Country",
            "Text": "Where you are from?",
            "Type": "SingleChoice",
            "AnswerAlternatives": [{
                    "Code": "1",
                    "Text": "Bosnia and Herzegovina"
                }, {
                    "Code": "2",
                    "Text": "Sweden"
                }, {
                    "Code": "3",
                    "Text": "Germany"
                }
            ]
        }, {
            "Code": "Brands",
            "Text": "Which brands do you use?",
            "Type": "MultiChoice",
            "AnswerAlternatives": [{
                    "Code": "1",
                    "Text": "Apple"
                }, {
                    "Code": "2",
                    "Text": "Samsung"
                }, {
                    "Code": "3",
                    "Text": "HP"
                }, {
                    "Code": "4",
                    "Text": "Asus"
                }
            ]
        }
    ],
    "ImportContext": {
        "ImportType": 2,
        "ImportSource": 6,
        "StackedData": false,
        "OverwriteMetadata": true,
        "UpdateData": false,
        "ActiveMappingId": 0,
        "DateFormat": "yyyy-M-d"
    }
}