admin管理员组

文章数量:1201787

I want to import a file which is approx 200GB. Any suggestions on the fastest way to convert this into a google sheet with 2 column one for sentence and another for the translation.

Since the file is too huge I am not able to load it.

I have tried doing something like

rom translate.storage.tmx import tmxfile
with open("da-en.tmx", 'rb') as fin:
    tmx_file = tmxfile(fin, 'da', 'en')

本文标签: pythonHow do I Convert a TMX file to a Google SheetStack Overflow