Is there a way to import data from another platform(Specifically, Ushahidi) to Kobotoolbox?

I’d like to ask if there’s a way to import it directly or to import data submissions using XLS files. There doesn’t seem to be anything of the sort based on the documents and I can only seem to import the ZIP files from the submissions.

Welcome to the community, @djbarilea! You could do this through the python script discussed previously:

Thank you! Your suggestion has been very helpful in helping me find a solution to my problem, but I’d like to ask another question regarding that if possible.

Has anyone encountered this problem:

Traceback (most recent call last):
File “C:\Python\WS\docker_test_2.py”, line 62, in
template = ET.tostring(e)
File “C:\Python\Python\lib\xml\etree\ElementTree.py”, line 1109, in tostring
ElementTree(element).write(stream, encoding,
File “C:\Python\Python\lib\xml\etree\ElementTree.py”, line 746, in write
qnames, namespaces = _namespaces(self._root, default_namespace)
File “C:\Python\Python\lib\xml\etree\ElementTree.py”, line 849, in _namespaces
for elem in elem.iter():
AttributeError: ‘NoneType’ object has no attribute ‘iter’

I’ve followed the instructions so far, and it seems I’ve caught a snag. I’d love any suggestion or a nudge to the right direction.