We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

How to Change CSV Reports from American to European Format

Piano delivers CSV reports in the American format, where columns are separated by commas and decimals use dots (e.g., 1,234.56). However, many European systems expect CSVs with semicolons as column separators and commas as decimal markers (e.g., 1.234,56). This guide shows how to manually convert a CSV to the European format.

Step 1: Change the Column Delimiter

  1. Generate and download the CSV report from Piano (for example the Transaction Log).

  2. Open the CSV in a spreadsheet program (e.g., Excel or Google Sheets).

  3. Save the file as "Text (Tab delimited) (.txt)".

  4. Open the .txt file in a text editor (e.g., Notepad).

  5. Select and copy a Tab character.

  6. Use Find and Replace to replace all Tab characters with semicolons (;).

  7. Save the file and rename it with a .csv extension if needed.

Step 2: Change the Decimal Separator

  1. Open the modified file in your spreadsheet program.

  2. Select the currency columns (or any columns with decimal numbers).

  3. Use Find and Replace to replace all dots (.) with commas (,).

  4. Save the updated file.

Your report is now in European CSV format, ready for import into systems that expect semicolon-separated values and comma-based decimals.

Last updated: