VectorShift home page
Search...
⌘K
Ask AI
Support
Platform
Platform
Search...
Navigation
File Operations
CSV Reader Node
Documentation
API Reference
Book a Demo
Blog
Tutorials
Get Started
Introduction
Quickstart
Pipeline Mechanics
Platform
Pipelines
Overview
Start
General
Large Language Models (LLMs)
Knowledge
Data Loaders
Multi-Modal
Logic
Data Transformation
Text Operations
JSON Operations
List Operations
File Operations
Text to File Node
File to Text Node
Append Files Node
CSV Reader Node
CSV Writer Node
CSV to Excel Node
Sort CSV Node
Rename File Node
AI Operations
Notifications
Data Enirchment
Chat
Conversational
Knowledge
Interfaces
Transformations
Files
Account
Profile
Organizations
Subscriptions
On this page
Node Inputs
Node Parameters
Node Outputs
Considerations
Example
File Operations
CSV Reader Node
Read a CSV file
This node reads the data from a CSV/Excel file and outputs data in each column as a list.
Node Inputs
File: The CSV file you want to read.
Type:
File
Node Parameters
File Type: The type of file you want to read. The available types are: CSV and Excel. The default is CSV.
Node Outputs
Dynamic Outputs: All the headers for columns will be treated as individual outputs with the types as
List<Text>
.
Considerations
For CSVs, the file must have headers in the file.
Example
The below example shows a pipeline that takes in a CSV file and outputs the data from a column as a list.
CSV Reader Node: Reads the CSV file.
File:
File.csv
file created in the
CSV Writer Example
File Type:
CSV
Output Node: Displays the data in each column as a list
Output:
{{csv_reader_0.fruit_a}}
CSV Utilized
Append Files Node
CSV Writer Node
Assistant
Responses are generated using AI and may contain mistakes.