Why don't the CSV files work for me?

Some users experience difficulty opening the CSV files downloaded from the 7bridges software, read on for solutions to this problem

The problem

Some people find that when you open a CSV file downloaded from the 7bridges software it just seems to fail or doesn't put the data into columns and rows. This issue likely stems from regional differences in CSV format expectations, especially around:

  • Decimal separators: . (dot) in US/UK vs , (comma) in many European countries.
  • Field separators: , (comma) in US/UK vs ; (semicolon) in many European locales (because comma is used for decimals).

This mismatch causes Excel (and sometimes other tools) to misinterpret numeric values or incorrectly parse columns.

The solution

There are a number of ways to solve this issue if it happens to you:

Method 1: Use the "Import Text/CSV" Wizard

Works in Excel 2016 and newer (Windows and Mac).

  1. Open Excel.

  2. Go to the "Data" tab.

  3. Click "From Text/CSV".

  4. Select the CSV file.

  5. A preview window opens — here you can set the Delimiter to Comma.

  6. Click "Load" (or "Transform" if you need more changes via Power Query).

  7. Excel loads the file with the correct formatting.


Method 2: Open via Text Import Wizard (Classic)

If you're using older Excel versions (or want more control):

  1. Open a blank Excel workbook.

  2. Go to "Data" > "From Text" (may be under "Get External Data").

  3. Select the CSV file.

  4. Choose:

    • Delimited

    • File origin: choose 65001: Unicode (UTF-8) if unsure

  5. On the next screen:

    • Select the correct delimiter ,

    • Preview the data to confirm it's parsed correctly

  6. Choose column data formats (General, Text, Date, etc.)

  7. Click Finish.


Method 3: Open in Excel then Use "Text to Columns"

If the CSV opens in a single column:

  1. Select the column.

  2. Go to Data > Text to Columns.

  3. Choose Delimited.

  4. Set the correct delimiter ,

  5. Finish — data splits into proper columns.