Download esProc SPL
Make sure you have read esProc SPL Editions and Services before you download the program.
Community Edition
Standard Edition
- esProc for Windows
- esProc for Linux ( deb installation directions / rpm installation directions)
- esProc for Mac
Enterprise Edition
- esProc for Windows
- esProc for Linux ( deb installation directions / rpm installation directions)
- esProc for Mac
Peripheral and temporary update packages
- esproc-bin.jar was updated on 2025-06-30
- esproc-bin.jar was updated on 2025-06-25
- esProc External Library was updated on 2025-06-06
- ODBC driver was updated on 2025-03-26
- WEB script debugging was updated on 2025-04-11
Note: Community Edition does not provide the temporary update package, you need to compile the source code yourselves.
20250605 Community Edition Update record
- Help Documentation updated;
- New functionality: Add Code Comments to SPL programming statements; cell names used in the comments will auto-adjust.
- New option: @j for register()and call() to regiser a script file for a specific task;
- New option: @0 for A.concat() to remove nulls and empty strings from result of concatenating members of a seqeunce as a string;
- New functionality: Also handle Chinese character strings in s.words() when the function splits English words from a string;
- Improvement: You can use a loop function symbol in the for x code block when x is a table sequence;
- Improvement: You can use a macro parameter or call a macro in subroutin func fn.
20250605 Standard Edition Update record
- Help Documentation updated;
- Improvement: ETL functionality updated;
- Improvement: IDE interface optimized - You can move Value View Section within the IDE;
- New functionality: Add “Reset Cellset Environment” and “Reset Global Environment” to IDE menus.
20250605 Enterprise Edition Update record
- Help Documentation updated.
20250606 External Library Guide Update record
- Fix the issue of Zip external library functions’ running failure in for loop;
- Fix the issue of failing to use the relative path in Hive external library functions.