Unreal produces byte order marks (BOM) for some reaseon (for possible solutions see #93), you can place and execute the following python code in the folder (``StudyFramework/StudyLogs``) where the phase csv files are:
```python
importos
defConvertCoding(full_filename):
#remove all the byte order marks that Unreal puts in there