Hitting a very bizzare issue where if I try to CSV.write this dataframe(even If I just successfully read it with CSV.read) it errors out
Minimum example
df_translations = CSV.read("folder1\\translations.txt", DataFrame)
CSV.write("folder2\\translations.txt", df_translations)
Error in comments because discord
Added file in comments