I have a csv file that uses "|" as separators. How can I open it in visidata so it recognized the "|" as the column separator?
I have a csv file that uses "|" as separators. How can I open it in visidata so it recognized the "|" as the column separator?
I found it in the documentation, down at the bottom: https://www.visidata.org/docs/man/
visidata --csv-delimiter "|" filename.csv