Text - Text File

Data System Architecture

About

A text file is a regular file that contains text data.

Binary Data to Characters

To read a text file, you need to give the character set in order to translate the bit (binary data) to character. If you have a problem when displaying the characters (ie text), there is a lot of chance that the given character set is wrong.

You can use character set scanner to detect it.





Discover More
Data System Architecture
Log - Logging

A log is a text file with: a timed list of message (activities) that an application has performed execution/request log: web server: web log ( - that stores the Http request error cron...
Data System Architecture
Text - Editor

A text editor is an application that permits editing a text file. Most text editors support basic text operation (replace, find, ...) but they may also support advanced text manipulation such as refactoring...



Share this page:
Follow us:
Task Runner