How is the data organized in a TSV file?

Here is an example of TSV file content:

On the screenshot, each orange arrow is in a fact a "TAB" character. It is used as a separator between one data and its neighbours. It is also used as a separator between one column header and its neighbours.

So, the line which contains "BE335" in the example must be interpreted this way:

How to import the data in Microsoft Excel?

  1. Open Microsoft Excel.

  2. Create a workbook, or open an existing one.

  3. Open the "Data" tab at the top of the window, and click on the button "From Text/CSV".

  4. A new window opens in order to select a file that is stored locally on your computer.

  5. At the bottom right of the window, select "All Files" (instead of "Text Files" which is the default selection).

  6. Select the TSV file to be imported in Excel and click the "Import" button. 7.7. In the Preview window select “Tab” as File Delimiter and click on “Load” to import the file.

The labels may differ depending on the Excel version installed; for this walkthrough, the Microsoft Excel for Office 365 was used.