Skip to main content
All CollectionsAutomation & GenerationGeneration MethodsSpreadsheet
Resolving CSV Import Issues from Excel in Abyssale
Resolving CSV Import Issues from Excel in Abyssale

CSV import issues from Excel? Learn how to modify Excel's separator settings on Mac and Windows to ensure your data imports correctly.

Guillaume Stigliani avatar
Written by Guillaume Stigliani
Updated over a week ago

When importing CSV files exported from Excel into Abyssale, you may encounter formatting issues where commas within cells cause data to be misinterpreted. This happens because Excel's default export settings can conflict with how Abyssale processes CSV files. This guide will help you modify Excel's settings to ensure smooth imports.


Understanding the Issue

The problem occurs when Excel uses commas as both:

  • Cell content (for example, in numbers like "1,000")

  • Column separators in the CSV file

When Abyssale reads this CSV file, it interprets all commas as column separators, which breaks your data structure.


Solution for macOS Users

If you're using Excel on macOS, follow these steps to fix the issue:

  1. Open Excel

  2. Click on Excel in the top-left menu bar

  3. Select Preferences from the dropdown menu

  4. Click on Edit options

  5. In the modal window that appears, uncheck the box labeled "Use system separator"

  6. Now export your file as CSV

  7. Import the CSV file into Abyssale

Your data should now import correctly with commas in cells preserved as intended.


Solution for Windows Users

If you're using Excel on Windows, follow these steps:

  1. Open Excel

  2. Click on File in the top-left corner

  3. Select Options at the bottom of the menu

  4. In the Excel Options window, click on Advanced tab

  5. Scroll down to the Editing options section

  6. Uncheck the box labeled "Use system separators"

  7. Click OK to save changes

  8. Now export your file as CSV

  9. Import the CSV file into Abyssale


Tips for Successful CSV Imports

  • Always check your exported CSV in a text editor before importing to Abyssale

  • Consider using a semicolon (;) as a delimiter if your data frequently contains commas

  • Remove any unnecessary formatting from your Excel data before exporting

  • If possible, avoid using commas in your data cells

By adjusting these settings, you'll ensure that your Excel-exported CSV files import correctly into Abyssale, maintaining data integrity and preventing frustrating formatting issues.

Did this answer your question?