|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (8)
View Page HistoryA dialog shows up. Export the _outputLocation_ context as an *Out-Attachment*.
You should have the following dialog:
!SimpleJobExportOutAttachment.jpg!
<xs:complexType name="talendContexts">
<xs:sequence>
<xs:sequence>
<xs:element name="outputLocation" type="xs:string" minOccurs="0"
default="C:/Documents and Settings/vzurczak/Bureau/output.csv" />
default="C:/Documents and Settings/vzurczak/Bureau/output.csv" />
</xs:sequence>
</xs:complexType>
</xs:complexType>
\\
And the output message only includes the job's result.
And the output message includes the job's result and the output attachment.
{code:lang=xml}
</xs:sequence>
</xs:complexType>
</xs:complexType>
<xs:complexType name="talendJobOutput">
<xs:sequence>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
<xs:complexType name="outAttachments">
<xs:sequence>
<xs:sequence>
<xs:element name="outputLocation" nillable="true" type="tns:attachment" />
</xs:sequence>
</xs:complexType>
</xs:complexType>
<xs:complexType name="outRow">
<xs:sequence>
<xs:sequence>