Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I open a file in visidata with a specific separator?

Tags:

csv

visidata

I have a csv file that uses "|" as separators. How can I open it in visidata so it recognized the "|" as the column separator?

like image 735
jabellcu Avatar asked Oct 17 '25 07:10

jabellcu


1 Answers

I found it in the documentation, down at the bottom: https://www.visidata.org/docs/man/

visidata --csv-delimiter "|" filename.csv
like image 166
jabellcu Avatar answered Oct 20 '25 04:10

jabellcu