SFTP Read =========== This node reads data from SFTP location. Output -------------- Dataframe created from the data read from SFTP location. Type --------- dataset Class --------- fire.nodes.sftp.NodeReadSFTP Fields --------- .. list-table:: :widths: 10 5 10 :header-rows: 1 * - Name - Title - Description * - connection - Connection - The SFTP connection to connect * - fileFormat - Fileformat - Type like CSV * - delimiter - Delimiter - * - header - Header - * - path - SFTP Location - SFTP Location * - outputColNames - Output Column Names - Name of the Output Columns * - outputColTypes - Output Column Types - Data Type of the Output Columns * - outputColFormats - Output Column Formats - Format of the Output Columns