Read TSV File in LabVIEW

Updated Oct 23, 2023

Environment

Software

  • LabVIEW

A TSV (Tab-Separated Values) file stores a data table in which each record in the table is on a separate line and data columns are separated by tabs. 
It is an alternative format to CSV (Comma-Separated Values) files, which use commas to separate columns of data instead of tabs.
 

By using Read Delimited Spreadsheet VI without setting the delimiter, you can read TSV file in LabVIEW.