Datenausgabe-Tool
Verwenden Sie das Datenausgabe-Tool, um Ergebnisse eines Workflows in unterstützte Dateitypen oder Datenquellen zu schreiben.
Wählen Sie das Ausgabedaten-Tool in der Palette aus, und ziehen Sie es auf den Workflow-Canvas.
Tool-Komponenten
![]() |
Abbildung: Datenausgabe-Tool mit Anker.
Das Datenausgabe-Tool hat einen Anker.
Eingabeanker: Verbinden Sie den Ausgabeanker mit Ihrem Workflow, um Ihre Workflow-Ergebnisse in eine Datenquelle oder einen unterstützten Dateityp zu schreiben.
Tool-Konfiguration
Datei herunterladen
Um die Ergebnisse Ihres Workflows herunterzuladen, wählen Sie Datei herunterladen :
Um die Ergebnisse Ihres Workflows herunterzuladen, wählen Sie Datei herunterladen :
To configure your file for download...
Geben Sie einen Dateinamen ein.
Geben Sie einen Dateinamen ein.
Wählen Sie Ihr Dateiformat aus:
Comma Separated Values (CSV)
Microsoft Excel 1997 - 2003 (XLS)
Microsoft Excel (XLSX)
Next, choose where you want to save your output file. You can use the default File Path or select Customize Location to choose a different location.
Wenn Sie ein CSV-Dateiformat auswählen, wählen Sie ein Trennzeichen aus.
Use the Output Actions on Every Run to select an action to perform if a file with the same name exists at the moment of the job run. If a file with the same name doesn't exist, a new file is created. Choose from:
Create New
Overwrite
For Excel:
Create New Workbook
Overwrite New Workbook
Create New Sheet
Overwrite New Sheet
Append to Sheet
You can now write to different sheets in an Excel workbook concurrently. This means you can use two or more output tools to write to the same workbook on separate sheets. You don’t need the Block until tool to run this. Concurrency is only supported when Overwrite New Sheet is selected.
Wenn Sie ein CSV-Dateiformat auswählen, wählen Sie ein Trennzeichen aus.
Wählen Sie die
Anführungszeichen einschließen (nur CSV-Dateiformat)
Sheet Name (XLS and XLSX formats only)
Partition Output (XLS and XLSX formats only): Choose if you want to publish your file as a single file or a file with multiple sheets.
Keep Partition Column in Output (XLS and XLSX formats only): Uncheck to exclude the column used for partitioning from the final output. For example, if dividing by quarter, you can exclude the "Quarter" column from the output.
Spaltenüberschriften als erste Zeilen einschließen
Wählen Sie Speichern , um Ihre Download-Details zu speichern.
Speichern Sie den Workflow und führen Sie ihn aus. Die Ausgabedatei wird im Abschnitt Vorheriger Auftrag des Fensters „Tool-Konfiguration“ angezeigt.
Wählen Sie die Ausgabedatei und dann Ausgabedatei herunterladen aus.
Parameters
You can use Parameters to apply dynamic values to certain parts of your file name.
Some parameter types (for example, String) have a default value that can be overwritten for each job execution, in a schedule or Plan.
Timestamp parameters are automatically populated with a formatted timestamp of the job execution.
To use a parameter in your File Name...
In the File Name field, select the {x} (Add parameter) icon to open the Parameters window.
If you previously created parameters that you want to use in your File Name, select them from the Workspace Parameters section. Note that the parameters are inserted at your cursor location in the File Name field. To remove a parameter from your file name, click the parameter and select Remove.
If you need to create a new parameter to use in this file, select the + New button. You can also select the Manage Parameters link to launch the Parameters page, where you can create new parameters and edit existing ones.
Create String Parameter
To create a string parameter, select String from the Type dropdown.
Enter a parameter Name. This is what shows in the file name field if you use the parameter.
Enter a Description. This should be something clear that will help you and other users in the future.
Enter a Default value for the parameter. This value is used if the parameter is not dynamically updated.
Select Create to create the parameter and add it to the file name. To remove a parameter from your file name, click the parameter and select Remove.
Create Timestamp Parameter
You can create a Timestamp parameter to automatically populate the File Name with a formatted timestamp of the job execution.
Wichtig
Unlike other parameters you create, Timestamp parameters are not stored in your Workspace.
To create a Timestamp parameter, select Timestamp from the Type dropdown.
Customize the Timestamp Format as needed. The default format is yyyy-MM-dd. Use the + button to view your customization options. The Format Preview displays today's date using your selected format.
Next, set the Timestamp Value. Choose from...
Exact at Job Start: Outputs the exact timestamp value when the job starts.
Relative to Job Start: Output the timestamp relative to the Job Start time. For example, you might want a timestamp one hour after the Job Start time.
Occurrence: Choose to output a timestamp that is either After or Before the Job Start time.
Value: Choose a numerical value for your relative timestamp.
Unit: Choose a unit for your relative timestamp. Your options include Minutes, Hours, Days, Weeks, Months, Quarters, and Years.
Next, select a Timezone for your timestamp parameter.
Last, select Create to create the parameter and insert it into your file name at the cursor.
Override Parameters
When you run your workflow with parameters, the workflow uses the default value specified when the parameter was created. However, you have the option to override this value.
To override the default value for parameters...
Select the dropdown icon that's part of the Run Job button.
Select Parameters to open the Override Parameters window.
Enter override values into the Value Override column for all parameters where you don't want to use the default.
Select Save and Run Job to run your workflow with the updated parameter values.
In Verbindungen speichern
So schreiben Sie die Ergebnisse Ihres Workflows in eine Datenquelle:
Wählen Sie eine Verbindung unter Verbindungen aus.
If you intend to create a new table, enter a Table Name.
If you intend to override an existing table with the one from your workflow, choose a schema to save your table to.
Der Tabellenpfad zeigt an, wo die Tabelle geschrieben wird.
Select Next to configure your Output Options.
Wählen Sie Ihre Ausgabeaktionen bei jedem Ausführen aus:
Neu erstellen
Anfügen
Abschneiden
Verwerfen
Wählen Sie Speichern aus.
Speichern Sie den Workflow und führen Sie ihn aus. Die Ausgabedatei wird im Abschnitt Vorheriger Auftrag des Fensters „Tool-Konfiguration“ angezeigt.
Ihre Tabelle wird in der ausgewählten Verbindung gespeichert.