To install the expressor Community Edition:
- Download the installer .exe from the expressor software Web site.
- As the installer runs, it checks your computer for the required prerequisites and, if necessary, downloads and installs these prerequisites.
- Next the installer download and runs the .msi executable, which performs the actual expressor installation.

- After accepting the license agreement, the only information you need to provide to the installer is your desired installation directory.

- At the completion of the installation process, you may open and use Studio immediately. No licensing is required.


Section Widget
Recent Articles




Recent Blog Posts




Processing Records Rejected by a Read File Operator
Parsing records rejected by the Read File operator is simpler than parsing records from Read Excel and related operators. The Read File operator retains the sequence of fields and attributes when it writes them to the RecordData field of the Reject Record Schema. Because of that, it is not necessary for the Read File operator to write header records to describe the field and attribute sequence. That greatly simplifies the datascript required to parse the RecordData field and reconstruct the rejected records.
As explained in the Processing Rejected Records article, when a Read operator... read more