Activity - webrowsetProjection

Activity Type: Transformation

Description

Project a column of a WebRowSet document based on the given name or index.

Example

<webRowSetProjection name="projectValues">
<webRowSetInput from="statementOutput"/>
<attributeName>email</attributeName>
<attributeValuesOutput name="projectOutput"/>
</webRowSetProjection>

<webRowSetProjection name="projectValues">
<webRowSetInput from="statementOutput"/>
<attributeIndex>4</attributeIndex>
<attributeValuesOutput name="projectOutput"/>
</webRowSetProjection>

Specification

Element webRowSetProjection:

Input and Output Types

Data Resource Accessor

This activity can operate with any data resource accessor.

XML Schema

OGSA-DAI/schema/ogsadai/xsd/activities/webrowset_projection.xsd

Class

uk.org.ogsadai.activity.transform.WebRowSetProjectionActivity

Client Toolkit Class

uk.org.ogsadai.client.toolkit.activity.transform.WebRowSetProjection