Skip to main content

105 docs tagged with "Core"

View All Tags

All Steps | Core SDK Documentation

List of all steps for Core SDK. An SDK for automating e-discovery and forensic workflows. Core is the SCL language grammar and interpreter, and an SDK for building connectors.

ConvertSizeUnits Step | Core SDK Documentation

Convert a string representing a data size to a string representing the same size but with different units.. Use this step to easily automate forensic and e-discovery workflows using Sequence.

EntityValidateRelations Step | Core SDK Documentation

For each entity in the stream, check that the value of the `ParentIdProperty` is the value of the `IdProperty` for at least one entity in the stream.. Use this step to easily automate forensic and e-discovery workflows using Sequence.

Hash Step | Core SDK Documentation

Produce a hash for some data using the specified hash algorithm. Use this step to easily automate forensic and e-discovery workflows using Sequence.

If Step | Core SDK Documentation

Executes a statement if a condition is true.. Use this step to easily automate forensic and e-discovery workflows using Sequence.

Power Step | Core SDK Documentation

Raises an integer to the power of a list of integers sequentially. Use this step to easily automate forensic and e-discovery workflows using Sequence.

Round Step | Core SDK Documentation

Round an SCL double to a fixed number of decimal places. Use this step to easily automate forensic and e-discovery workflows using Sequence.

RunStep Step | Core SDK Documentation

Runs another step, reads the output to the end, and ignores it.. Use this step to easily automate forensic and e-discovery workflows using Sequence.

Transform Step | Core SDK Documentation

Attempts to transform entities in the stream so that they match the schema. Use this step to easily automate forensic and e-discovery workflows using Sequence.

Try Step | Core SDK Documentation

Tries to execute a step and recovers if that step results in failure.. Use this step to easily automate forensic and e-discovery workflows using Sequence.