n8n-nodes-text-file-tools
Version:
n8n node for processing text files: remove UTF-8 BOM, convert line endings, and normalize text formats
18 lines (17 loc) • 503 B
JSON
{
"node": "n8n-nodes-text-file-tools.textFileTools",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Core Nodes"],
"resources": {
"primaryDocumentation": [
{
"url": "https://github.com/drudge/n8n-nodes-text-file-tools/"
}
]
},
"alias": ["Strip BOM", "Convert Line Endings", "Skip Lines", "Text File", "CSV File Tools"],
"subcategories": {
"Core Nodes": ["Files", "Data Transformation"]
}
}