The esProc software encapsulates the following document. Click the hyperlink to read it.
Name |
Description |
quick-start guide intended for esProc beginners. |
|
esProc functions user guide, including syntax, parameters, description and example etc. |
|
edited according to esProc designer menu structure, allowing users to look up a functionality conveniently. |
|
frequently used esProc script code examples intended for users who are familiar with esProc basics and want to take learning further. |
|
guide to the deployment and uses of esProc external libraries. |
|
Introduction of Data File Tool's components and its working procedure; and illustrations of functionalities of different components. |
|
esProc DQL guide. Users can use DQL to establish relationships between tables and query data through concise syntax. |
|
Illustration of functionalities on Cluster Server Manager's server side and client side. |
|
SPL WIN is used to execute SPL commands. Its jobs is to perfrom operations on data files of txt/csv/xls/xlsx/btx/ctx format. It reads data from a file and perform add, delete, modify or export action. |
Data File Tool is used to view and edit data in a text file (.txt/.csv), an Excel file (.xls/.xlsx), a bin file (.btx), or a database table, view and maintain a composite table file, and make data extraction file (.etl).
A data extraction file allows viewing data in one data source or in different types of data sources, performing filtering, sorting and other operations on the data, and exporting the result set to a composite table file, a bin file, a text file, an Excel file or a database table.
The data in a data extraction file and a composite table file can be viewed through an intuitive view. Also, through a data extraction file, the data computation process can be intelligently generated to the splx code.