Open Agent Connect CSV files
Overcome formatting challenges from regional settings.
In certain regions, files downloaded from Medallia Agent Connect in CSV format may not open correctly (Europe or South America, for example), and the data will be displayed incorrectly. This is due to regional system settings that have different default delimiters. For example, files will be read with a comma or semicolon delimiter.
In this guide, we present two ways to handle the issue of unexpected formatting when opening CSV files.
Change the default delimiter in your OS
Follow the steps below to change the default delimiter in your OS:
Windows
Open the Windows Control Panel.
Open the Regional and Language Options dialog box.
Click the Regional Options tab.
Click Customize/Additional settings (Windows 10).
Type a comma (,) into the List Separator field.
Click Ok twice to confirm the change.
OS X
Open System Settings.
Open the Language & Region pane and go to the Advanced option.
Change the Decimal Separator:
if the Decimal Separator is a period (.) then the CSV separator will be a comma.
If the Decimal Separator is a comma (,) then the CSV separator will be a semicolon.
Alternative method
If you do not want to change the default list separator or decimal symbols, then the following method can serve as an alternative:
Create a new spreadsheet in Excel.
Open the Data tab and select "From Text".
Select your CSV file.
Choose the "Delimited" option and click Next.
Select the delimiter that displays the metadata correctly in the Preview pane below.
Make your changes to the file and save it in TXT (tab delimited) format so that the file is delimited by tabs instead of a variable character.