Includes a custom connector, built using the Attivio 5.6 Connector SDK, which executes a configurable streaming query and outputs the results as a CSV file, including delimited multi-value fields.
- Same as Attivio installation
See https://github.com/attivio/sdk/blob/5.5/attivio_module_sdk.md for instructions on building and installing modules created using the Attivio SDK.
Once the module has been added to your Attivio installation, execute the following steps to create an instance of it and add it to a workflow.
- Click System Management > Connectors
- Click New
- Click CSV Export Scanner and click OK 4.In the popup that appears enter the following:
Field | Value |
---|---|
Name | cvs-exporter |
queryString | table:city |
- Click Save
The queryString can be populated with any simple query langauge syntax. The matching documents will be exported.
At times, it may be desirable to pull data out of an Attivio index in CSV format to, for example, use within integration or end-to-end tests or just to share with someone. This connector can be run in an ad hoc manner or scheduled to produce a CSV containing the targted content.
- 0.1.0-SNAPSHOT - Initial release
Anthony Paquette Director, Quality Assurance and Customer Enablement Attivio, Inc.