case_list = [] for entry in entries_list: case = {'key1': entry[0], 'key2': entry[1], 'key3':entry[2] } case_list.append(case)