Что такое формат файла TBL?
.tbl files are used for storing tabular data - most commonly as rows of records separated by line breaks, with fields delimited by a tab, comma, or space character. A typical .tbl file contains a plain-text table that can be imported into a script or application, for example a database migration script or a game asset loader. .tbl is not a standardized format, but the most commonly found .tbl files resemble a TSV or CSV in structure, making them readable in any text editor or spreadsheet application. Some tools do use XML markup or HTML to define table layouts, and .tbl files in those cases serve as template files for generating base tables. Such templates are easily reused and make code more abstract and easier to change.
.tbl files are not standardized. How and when they are used depends on the producing application - common examples include game data tables (StarCraft unit definitions), CAD lookup tables (Pro/ENGINEER), and general database seed files. Because the .tbl extension is shared by roughly twenty unrelated programs, the safest way to identify a file is to check which application created it. For generic tabular data, modern formats like .csv or .tsv offer wider interoperability, but external .tbl files remain a convenient, code-free approach to maintaining structured project data.
Безопасность и защита
РИСК: LOWA generic text .tbl is plain data with no executable content, so it is low-risk to open and inspect in a text editor. The only caution is the usual one for delimited data: when importing into a spreadsheet, be wary of fields that begin with '=', '+', '-' or '@', which Excel can interpret as formulas (CSV/formula-injection). Program-specific binary .tbl files are only as safe as their source application's data; open unknown ones with care.
Детали формата
в двух словах- StarCraft information table (.tbl) - A lookup table of object/unit text descriptions used by Blizzard's StarCraft; edited with StarCraft modding tools, not a generic table editor.
- PTC Pro/ENGINEER table file (.tbl) - A parameter/family table used by the Pro/ENGINEER (Creo) 3D CAD application to drive part dimensions.
- Adobe PageMaker table (.tbl) - A legacy table object created by the discontinued Adobe PageMaker desktop-publishing program.
Программы, открывающие файлы TBL
Технические подробности
глубокая спецификация| Format type | Tabular data - delimited plain text (most common) or application-specific binary |
| MIME type | text/plain (text variants); application/octet-stream (binary variants); text/tab-separated-values |
| Character encoding | ASCII or UTF-8 for text variants; application-defined for binary variants |
| Field delimiter | Tab, comma, or space character; exact delimiter depends on the producing application |
| Record structure | One record per line; fields separated by a delimiter; schema defined by the producing program |
| File signature (magic bytes) | No universal signature; text variants begin directly with row data; binary variants carry an app-defined header |
| Typical file size | A few KB to a few MB for text tables; larger only for substantial data dumps |
| Platform support | Cross-platform (Windows, macOS, Linux) for text variants; binary variants may be OS-specific |
| Standardization | No single specification; the .tbl extension is shared by approximately 20 unrelated applications |
| Modern interchange equivalent | CSV and TSV are the widely accepted alternatives for generic tabular data |
| Developer / owner | No single owner; a generic table label adopted independently by many tools |
| Notable application-specific uses | Game data tables (StarCraft), CAD lookup tables (Pro/ENGINEER), database seed files, web templating scripts |
| Выпущен | N/A (the .tbl extension predates and spans many independent applications) |
| Последняя версия | N/A (no single specification) |
| Открыть стандартное | Да · без роялти |
| Спецификация | en.wikipedia.org |
Конвертации TBL
Вопросы и ответы сообщества
спрошено пользователямиВопросов пока нет - станьте первым, кто спросит о файлах TBL.