Can I import data from other systems?

You can import data into Lute via bulk term import, you just have to get your data into .csv file format.

Importing data from LWT

LWT has an "export" feature:

image

Use "Export ALL Terms (TSV)" to export a tab-separated value file. The file may get downloaded as a ".txt" file, in which case, rename it to ".tsv".

A sample row of data exported from LWT looks like this:

gato	cat	Tengo un {gato}		1	Spanish	20

You can then import that file into something like Google Sheets, and prepare it for import.

As the bulk term import page says:

  • The first line of the CSV file must have the field headings: language, term
  • The first line of the CSV file may also have any of these headings: translation, parent, status, tags, pronunciation

Add a blank line, and then place Lute headings in the appropriate columns. Continuing with the above example, the data becomes:

termtranslationn/an/astatuslanguagen/atags
gatocatTengo un {gato}1Spanish20

Removing the unmapped columns (with "n/a" in the heading) gives:

termtranslationstatuslanguagetags
gatocat1Spanish

Export this to a .csv file, and import it into Lute.