VectorShift home page
Search...
⌘K
Ask AI
Support
Platform
Platform
Search...
Navigation
File Operations
Rename File 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 Outputs
Example
File Operations
Rename File Node
Rename a file
Rename an existing file, assigning a new name along with the file extension (ensure to include file extension).
Node Inputs
File to rename: The file to rename.
Type:
File
New filename: The new name of the file, including its extension (e.g., file.txt, file.pdf, file.csv).
Type:
Text
For providing the file, you have two options:
If toggle is on Upload: Upload a file by clicking the upload button
If toggle is on Variable: Reference files from other nodes.
Node Outputs
Renamed File: The renamed file
Type:
File
Example usage:
{{rename_file_0.renamed_file}}
Example
The below example shows a pipeline that takes a pdf file and renames it to:
Renamed_File.pdf
.
Input Node: Contains the file you want to rename.
Type:
File
Rename File Node: Renames the file to a new name.
File to rename:
{{input_0.file}}
New filename:
Renamed_File.pdf
Output: The renamed file
Output:
{{rename_file_0.renamed_file}}
Sort CSV Node
Extract Data Node
Assistant
Responses are generated using AI and may contain mistakes.