Sort CSV
node is used to organize data within a CSV file by sorting rows based on a specified column, making it easier to analyze or visualize data.
false
.false
.Sort CSV
node sorts rows within a CSV file based on a specified column index. Users can choose ascending or descending order, and the node automatically maintains the header row (if specified). This node makes it simple to reorganize data by any numeric or text-based column.
The resulting sorted file is saved with the user-defined name, allowing for easy retrieval and further use in workflows or for download.
Sort CSV
node whenever you need to arrange CSV data for better readability or analysis. Some typical scenarios include:
2
true
(if the CSV has headers)false
(for ascending order)Sort CSV
node will then generate a sorted CSV file based on the specified settings.