Dataset Input Node

Dataset Input Node reads data from Google Sheets documents for use in trading workflows.


Node Information

Property
Value

Node Type

dataset_input_node

Display Name

Dataset Input

Category

Instance (Data Input)

Icon

πŸ“Š Spreadsheet Icon

Handle Color

Green

Base Node Type

dataset_node


Functionality

Dataset Input Node connects to Google Sheets to read tabular data, making it available for processing in your trading workflows.

Main Uses:

  • Import trading parameters from spreadsheets

  • Load historical data for analysis

  • Read configuration tables

  • Import external data sources

Core Features:

  • πŸ“Š Google Sheets Integration: Direct spreadsheet access

  • πŸ”„ Automatic Data Conversion: Converts sheet data to JSON format

  • πŸ“ Multi-Format Support: Handles various data structures

  • πŸ” Secure Authentication: OAuth2 authentication


πŸ“– Full Documentation

For detailed documentation including complete parameter descriptions, usage examples, and advanced features, please refer to:

  • Chinese version - Complete documentation (~9,300 words)

  • Frontend configuration: 1_weather_frontend/src/pages/flow/components/TFNode/instances/inputs/DatasetInputNode.tsx

  • Backend implementation: 3_weather_cluster/tradingflow/station/nodes/dataset_node.py


Maintained by: TradingFlow Development Team Version: 1.0.0

Last updated