For the most current release, select the following links.
For prior releases, select one of the following links.
- expressor 3.5.2 documentation (HTML)
- expressor 3.5.1 documentation (HTML)
- expressor 3.5.0 documentation (HTML)
- expressor 3.4.2 documentation (HTML)
- expressor 3.4.1 documentation (HTML)
- expressor 3.4.0 documentation (HTML, PDF)
- expressor 3.3.0 documentation (HTML, PDF)
- expressor 3.2.0 documentation (HTML, PDF)
- expressor 3.1.2 documentation (HTML, PDF)
- expressor 3.1 documentation (HTML)
Refer to this material to learn about use of expressor Studio, Semantic Types, expressor operators, and expressor datascript.
Note: Documentation is best viewed with the Internet Explorer, Firefox, or Safari browsers.


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