Activity Type: Transformation
Project a column of a WebRowSet document based on the given name or index.
<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>
Element webRowSetProjection:
This activity can operate with any data resource accessor.
OGSA-DAI/schema/ogsadai/xsd/activities/webrowset_projection.xsd
uk.org.ogsadai.activity.transform.WebRowSetProjectionActivity
uk.org.ogsadai.client.toolkit.activity.transform.WebRowSetProjection
Up: Activities | ||
© International Business Machines Corporation, 2002-2006 | © The University of Edinburgh, 2002-2006 |