Download File¶
Documentation¶
Download File specified by the File Item passed as Graph Data input to configured output directory.
Output Datasource pointing to downloaded file. Optionally outputs Graph port with File Item as Graph Data.
Definition¶
Input ports¶
- graph
Type: graphDescription: Graph
Output ports¶
- graph
Type: graphDescription: GraphOptional number of ports: 0–1 (default: 0)- file
Type: datasourceDescription: File
Configuration¶
- Output directory (directory)
Select output directory for downloaded files.
- If file already exists (if_file_exists)
What to do if the file already exists
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_graph.DownloadFileItemGraph[source]