The problem was to statements 'if len(file_data[i]) != 4:' followed by 'continue'. These tests were
to avoid lines which contain no data, however it causes failures if there are not exactly for
columns! Now the minimum number of columns, based on the given column numbers, is tested for.