Skip to main content
Version: v0.18.0

StructuredData Steps

StepSummary
FromConcordanceExtracts entities from a Concordance stream. The same as FromCSV but with different default values.
FromCSVExtracts entities from a CSV stream. The same as FromConcordance but with different default values.
FromIDXCreate an entity from an IDX Stream
FromJsonExtracts the entity from a Json stream containing a single entity.
FromJsonArrayExtracts entities from a Json stream containing an array of entities.
FromXmlExtracts the entity from a Xml stream containing a single entity.
FromXmlArrayExtracts entities from a Xml stream containing an array of entities.
FromYamlExtracts the entity from a Yaml stream containing a single entity.
ToConcordanceWrite entities to a stream in concordance format. The same as ToCSV but with different default values.
ToCSVWrite entities to a stream in CSV format. The same as ToConcordance but with different default values.
ToIDXWrite an entity to a stream in IDX format.
ToJsonWrites an entity to a stream in JSON format
ToJsonArrayWrite entities to a stream in Json format.
ToXmlWrites an entity to a stream in XML format
ToXmlArrayWrite entities to a stream in Xml format.
ToYamlWrites an entity to a stream in YAML format