Dataset Input Node
Dataset Input Node reads data from Google Sheets documents for use in trading workflows.
Node Information
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.tsxBackend implementation:
3_weather_cluster/tradingflow/station/nodes/dataset_node.py
Maintained by: TradingFlow Development Team Version: 1.0.0
Last updated