This is just a label that you are downloading it from the KoBoToolbox server. Could you also show us the dataset (i.e. the format in xls or xls (legacy) etc.) that you download to user it with this label.
Could you kindly share (if you feel like the same should be treated confidentially please share it through a private message) with me the csv data and the spss label syntax file. Would like to have a look at it.
Would you mind having a look at this post that has been discussed previously. It should solve your issue (you should slightly fix your variables as outlined in this post and you should be able to fix the issue):
Hello, I am currently doing a pause problem assignment for my research methods 2 class. I have to upload a file that is from the spss system. How do I upload the file that is attached below onto canvas?
I've added link below to a Canvas Guide page which should help you upload and submit an online assignment. Depending on how your teacher set things up, Canvas may only accept specific file types. On the Assignment page itself you should be able to see if that is the case and if so, you may need to unzip the file first before uploading it.
Actually, via R, there is a possibility to at least load SPSS data. Unfortunately, variable labels seem to be lost, so I support this idea to improve Power Bi with a dataconnector for SPSS files, but this is a way to get data from SPSS to Power BI:
If you want to read multiple Survey Files in one hit it gets a bit more complicated. You need to use lapply to run rxImport mutlitple times. the issue is that you don't load the full dataset directly into memory but instead into an xdf file. Reloading the xdf file once you're done is all it then takes to use the data in Power BI.
@reffr power bi desktop has number of in-built file connector that you can use but SPSS isn't one of it. therefore if you're able to convert spss file into any of these format then you can import. also of you are able to find odbc driver that can access spss file then in power bi desktop you can use odbc connector to access that file.
b37509886e