Understanding CSV Exports and Formatting Issues in Excel
Quick Summary (For Non-Tech Users)
If your exported customer list or report looks weird—like phone numbers showing as strange letters or missing digits—it’s not HirePOS messing up. It’s Excel changing the format of your data when you open the file.
The good news? The data is still correct! It just needs to be opened the right way so Excel doesn’t mess with it.
Scroll down for tips on how to view your data properly.
Overview
CSV (Comma-Separated Values) files are a common and versatile way of exporting data from HirePOS. They contain plain, unformatted text where each field is separated by a comma. While this ensures maximum compatibility and accurate export of your data, some spreadsheet programs (particularly Microsoft Excel) may misinterpret the contents of the file, leading to confusing or incorrect display of your data.
What’s Actually Happening?
When you export data—such as customer lists, items, or reports—from HirePOS, the system generates a plain CSV file that accurately reflects the data as it exists within your account.
However, when you open that file in Excel, Excel tries to be "helpful" by automatically formatting what it thinks are numbers or dates. This includes:
Phone numbers being displayed in scientific notation (e.g.
0412345678
becomes4.12E+09
)ABN or account numbers being shortened or rounded
Leading zeros being removed
Dates being reformatted or misinterpreted
This is a function of Excel’s auto-formatting—not an issue with the data exported from HirePOS.
How to Confirm the Data is Correct
To see the unaltered data:
Right-click the downloaded file
Select Open with > Notepad (or TextEdit on Mac)
You’ll see the raw CSV contents exactly as exported—untouched, unformatted, and complete
This proves that the data was exported correctly.
Best Practices to Avoid Excel Changing Your Data
Option 1: Use Excel’s Import Feature (Recommended)
Instead of double-clicking the CSV to open it:
Open Excel first
Go to File > Open and select your CSV file
In newer versions, use Data > Get External Data > From Text/CSV
In the import wizard:
Select Delimited and use comma as the delimiter
For columns like phone numbers and ABNs, set the column format to Text
This stops Excel from "guessing" the format and changing your data.
Option 2: Use Google Sheets or Another Viewer
Google Sheets is less aggressive with auto-formatting and will preserve leading zeros and number formatting more reliably:
Open Google Sheets
Create a new sheet
Go to File > Import > Upload, then upload your CSV file
The data will be displayed cleanly with no automatic number formatting issues
Option 3: Temporarily Rename the File Extension
You can rename the file from .csv
to .txt
before opening it with Excel. This will force Excel to walk you through the import wizard where you can define formats yourself.
Summary
HirePOS exports correct, untouched data.
Any strange formatting (e.g. weird numbers or missing zeros) is caused by Excel's automatic formatting.
Use Notepad/TextEdit to verify raw data.
Use Excel’s import tools or Google Sheets to retain formatting.