View Single Post
  #4  
Old 02-14-2019, 04:54 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
You need to save the file in UTF-8 encoding with a BOM (byte order mark). One way to do this is using Visual Studio Code:

1) Open the .csv file
2) Choose command (Ctrl+Shift+P) Change File Encoding -> Reopen with Encoding -> UTF-8
3) Choose command Change File Encoding -> Save with Encoding -> UTF-8 with BOM

Then you can import into UR with the correct encoding.
Attached Images
   
Reply With Quote