Working with CSV files in Microsoft Excel
When using Microsoft® Excel® to handle CSV files for use with AquaCUE, do not simply open the file by double-clicking it. Instead, use the Data>From Text function (Windows) or the File>Import function (Mac OS) to bring the CSV file into Excel. This helps preserve the fidelity of your data.
When using this method, an Import Wizard lets you choose a delimiter and determine how to treat data such as numbers and dates in your file. Setting all data to Text prevents large numbers from being displayed as floating point values, leading and trailing zeros from being dropped and dates from being displayed in non-ISO-compliant formats.
For Windows users:
Follow these steps to import CSV files into Excel:
- Select File>New to create a new file.
- Select Data>From Text.
- Locate and select the file you want to import using your computer’s file system.
- In the Text Import Wizard popup menu, click the CSV radio button, set File Origin to Unicode (UTF-8) and click Next.
- Set the Delimiter and click Next.
- Shift-click all of the columns to select them and click the Text radio button to set the Data Format of the file and click Finish.
- Set where you want to put the data with the appropriate radio button and click OK.
When the import process is complete, dates will be properly formatted, any numbers that contain leading or trailing zeros will be preserved and long numbers will not turn into floating point values.
For Mac OS users:
Follow these steps to import CSV files into Excel:
- Select File>New Workbook to create a new file.
- Select File>Import.
- In the Import popup menu, select the CSV file radio button and click Import.
- Locate the file you want to import using your computer’s file system and click Get Data.
- In the Text Import Wizard, make sure the Delimited radio button is selected and set File Origin to Unicode (UTF-8).
- Click Next.
- Set the Delimiters and click Next.
- Shift-click all of the columns to select them and click the Text radio button to set the Data Format of the file and click Finish.
- Set where you want to put the data with the appropriate radio button and click OK.
When the import process is complete, dates will be properly formatted, any numbers that contain leading or trailing zeros will be preserved and long numbers will not turn into floating point values.