Importing CLiCTagger CSVs into Excel¶
CLiCtagger CSVs are encoded as UTF-8, so all characters from source texts, e.g. curly quotes, can be represented.
To import these into Excel, you need to tell it to use UTF-8 when reading CSVs. This varies depending on the version of Excel you are using.
Excel for Windows¶
You need to use Power Query:
Open a new Excel file
Open the “Data” tab
In the “Get Data” menu on the left, click on “From Text/CSV”
Select a file in the explorer
Click “Import”
Under “File origin”, choose “65001: Unicode (UTF-8)”
Under “Delimiter”, choose “Comma”
Click ”Load”
Save file
Excel for Mac¶
You need to use the File / Import menu:
Click “File”
Click “Import”
Choose “CSV file”
Select a file in the finder
Click “Get Data”
In the Text Wizard, choose “Delimited”
Choose “File origin” “Unicode (UTF-8)”
Click “Next”
Under “Delimiters”, choose “Comma”
Click “Next”
Under “Column data format”, choose “General” (unless you require another format for further data processing)
Click “Finish”
Save file