Sequence® is a collection of libraries for automation of cross-application e-discovery and forensic workflows.
This connector contains Steps to interact with structured data formats:
- Json
- CSV
- Concordance
- IDX
There are steps to convert data to and from all of these formats.
To read an entity from Json, add a property and then convert it back to json
- <entity> = FromJson "{\"Foo\":1}"
- print <entity>['Foo'] #prints 1
- <entity2> = <entity> + ('Bar': 2)
- <json> = ToJson <entity2>
- print <json> #{"Foo":1, "Bar": 2}
https://sequence.sh/playground
Can be downloaded from the Releases page.
Release nuget packages are available from nuget.org.