About this task
CSV (Comma Separated Values) are plain text files that contain text organized in
tabular format, using commas to separate columns and quotes to delimit column
content.
TAB delimited files are similar to CSV, but using TAB characters to separate columns
and usually without column delimiters.
TMXEditor allows conversion to TMX of text files with different combinations of
column separators and text delimiters.
 |
Note
Text files exported from Microsoft Excel use these default settings:
- Character Set: UTF-16LE
- Column Separator: TAB
- Text Delimiter: none
|