Read the file line by line, split each line into n fields, then create the dictionary: :param: file :rtype: dict :return: dict
dict