Text files

Tools for working with large text files is one of the tools for integration with other software systems.

Text files are the simplest method for exchanging data, which can be used for a variety of tasks. The main advantages are accessibility and convenient data presentation in text format.

The TextReader and TextWriter objects are implemented in the embedded 1C programming language. Their description is located in the Common objects group – Sequential access to the text. They use special algorithms considerably facilitating the processing of large text files.

The developer is provided with the following features:

  • Create new and open existing text files specifying the text code;

  • Read from the file a string of the specified size or the entire file to the end;

  • Read from the file another text string limited by the separator;

  • Write a text string to the file with or without a separator.

Next page: Text documents

Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.