An importer is a software application that reads in a data file or metadata information in one format and converts it to another format via special algorithms (such as filters). An importer often is not an entire program by itself, but an extension to another program, implemented as a plug-in. When implemented this way, the importer reads the data from the file and converts it into the hosting application's native format.[1]

For example, the data file for a 3D model may be written by a modeler, such as 3D Studio Max. A game developer may then want to use that model in their game's editor. An importer, part of the editor, may read in the 3D Studio Max model and convert it to the game's native format for game levels.

Importers are important tools in the video game industry. An exporter is a plug-in or application that does the converse of an importer.

See also

edit

References

edit
  1. ^ "Import Definition". PCMag. Retrieved 2024-03-09.

📚 Artikel Terkait di Wikipedia

Import and export

data in computing, the moving of data between applications Import and export of formats, data conversion from one file type to another Import/Export,

R (programming language)

R is a programming language for statistical computing and data visualization. It has been widely adopted in the fields of data mining, bioinformatics

Personal computer

Yugoslavia's Home-Brewed Microcomputer". IEEE Spectrum. 60 (8): 16–18. "Computing Japan". Computing Japan. 54–59: 18. 1999. Archived from the original on 17 January

Data scraping

robots. Comparison of feed aggregators Data cleansing Data munging Importer (computing) Information extraction Mashup (web application hybrid) Metadata

Import (disambiguation)

import and export of data, in computing import tariff, a tax on imported goods import quota, a type of trade restriction Import substitution industrialization

CUDA

CUDA (Compute Unified Device Architecture) is a proprietary parallel computing platform and application programming interface (API) developed by the American

Zen of Python

and Software (PDF). Onward! 2018. New York, NY, USA: Association for Computing Machinery. pp. 1–11. doi:10.1145/3276954.3276960. ISBN 978-1-4503-6031-9

Interpreter (computing)

In computing, an interpreter is software that executes source code without first compiling it to machine code. An interpreted runtime environment differs