on ‎2007 Oct 26 8:52 AM
Request clarification before answering.
hi keerthi
A text file is a type of file. Files can either be binary (machine code) or plain text (English or native language).
Strictly speaking, English plain text files contain the following characters only:
Lower case alphabetical (a-z)
Upper case alphabetical (A-Z)
Numeric (0-9)
Common punctuation marks
You can create plain text files using a plain text editor. For example, Microsoft Windows comes with a program called Notepad. You can use Notepad to view, edit or create plain text files.
To launch Notepad, select the "Run..." menu item from your start menu and type in notepad to start the program.
Typically, plain text editors are most basic and are equipped with a limited set of features.
You cannot create special effects like text bolding or under-lining as these cannot be stored in plain text format. For example, documents (doc) files are not plain text.
You can open document files in document editors and they will appear to be plain text. In actual fact, there are stored using a combination of plain text and specially formatted coding that the document editor will recognize. Microsoft Word and Microsoft Wordpad are popular document editors.
If you open a document file in a plain text editor, you will notice many non-plain text characters that you would not normally see in the document editor. You will also not that there will be no special formatting such as text bolding, highlighting or font scaling.
It is usual for plain text files to be saved with a .txt extension although there are many other extensions used to save plain text files. For example, html files are written in plain text. They are usually saved with the extension .html or .htm
Thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Keerthi
there are two kinds of computer files: 1) text files; and 2) binary files.
he most common basis for distinguishing text files from binary files depends on the how the underlying stored information is ultimately interpreted and processed by the operating system and associated programs.Text files are usually interpreted as consisting solely of characters from a recognized character set. Well-known character sets include the ASCII character set and the Unicode character set.
Text files are files where most bytes (or short sequences of bytes) represent ordinary readable characters such as letters, digits, and punctuation (including spaces), and include some control characters such as tabs, line feeds and carriage returns. This simplicity allows a wide variety of programs to display their contents.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Keerthi,
Text file having the extension <b>.txt</b>, This file contains the content in the form of text,suppose you have a file like abc.txt, this may contains several records of data in the form of text with some delimators.
Cheers
Veera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Keerthi,
<b>text file can be your test file</b>. It can be comma (,) or tab or space separated.
basically text file term is used when
1. We are getting the data from client, so most of the cases it is in the form of text file (notepad).
2. Or when we are going to produce the file for the client then it can be in the form of text.
All depends upon the requirement.
Regards,
Sarvesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
text file with respect to file adapter.....
File which has the data in it either the CSV or fixedlengths files......
can you elobrate your question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi keerthi,
This is no way related to XI or is it...!
Anyways text file is file which supports data in ASCII format and also has .txt extension
regards
Ramesh P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.