Nexial in Action
Nexial in Action
To see Nexial in action, watch this short demo showcasing how Nexial
- performs a few Google searches (browser automation),
- uses one of the search results to invoke a few REST API calls (API automation),
- bulk generates a series of SQL INSERT statements (text manipulation via Nexial expression),
- stores API responses and Google search stats into database (database automation, with sqlite),
- finally, performs a few simple data analytical queries and reports (database automation, Nexial expression).
Wanna try? Have at it!
- Follow the installation guide (mostly one-time setup)
- Download the "nexial-in-action" project and unzip to local directory
- Run it
Set up an environment variable -
NEXIAL_HOME
- and point it to the location where Nexial is installed. For example,set NEXIAL_HOME=C:\projects\nexial-core
Also, set up another environment variable -PROJECT_HOME
- and set it to the location where the "nexial-in-action" project is unzipped. For example,set PROJECT_HOME=C:\projects\nexial-in-action
To execute:cd %NEXIAL_HOME%\bin nexial.cmd -plan %PROJECT_HOME%\artifact\plan\demo1-plan.xlsx