Impossible XLSX to CSV conversion with Cyrillic names. Can you help?

stamenski

New Member
Joined
Feb 22, 2018
Messages
1
Hello All,
I have the following sample below that contains ONLY 3 names with addresses, emails and phones.
When I save as CSV, I get "????" or "________" where the Cyrillic names and addresses are.
File must be in CSV in order to upload to CRM. I tried this on a mac for several days. Loosing my mind here.

My question is can you and how do you save this in Excel and then convert to CSV so that the names show and is no gibberish?




NameSurnameFamilyRegionPostCodeCityAddressCompanyPhoneFaxGSMEmailBulstat
ИваИвановаВелеваСофия1000Софияул.Георги Бенковски №7, ет.3Ива Иванова Велева02/400160002/9882522office@yankov.com1300443310
КалоянМилковЯнковСофия1000Софияул.Георги Бенковски №7, ет.3Калоян Милков Янков02/400160002/9882522yan@yankov.com1200416810
ВалентинаДрайчеваБакаловаСофия1000Софияул.Екзарх Йосиф №15, ет.3, офис.7Валентина Драйчева Бакалова02/400638402/4006386valentina_bakalova@abv.bg1800316810

<colgroup><col span="12"><col></colgroup><tbody>
</tbody>
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
I don't think Excel will export Cyrillic to CSV.

However, there is an easy way around this.

Make sure there is only the one worksheet.
Save it as Unicode Text (*.txt)

Once saved, open the text file you've just created in NOTEPAD (or similar text editor if on a mac)
You'll see the data saved with TABS separating each field.
Highlight one TAB (which looks like you've highlighted around 4 blank spaces)
Copy the TAB character

Make sure you're at the beginning of the text file (Ctrl + HOME usually works)
Use FIND & REPLACE function

in FIND: use CTRL+V to PASTE the TAB character

In REPLACE: enter a COMMA

Run the FIND-REPLACE function for ALL instances.

Save the text file

Find the text file using explorer (or whatever you use in your operating system)

Rename the extension from .TXT to .CSV


You should now have a .CSV (comma separated variables file) with Cyrillic data in it!


https://www.dropbox.com/s/o3yrp2yfapevq62/CSVTestDone.csv?dl=0

Hope that helps?
 
Last edited:
Upvote 0
Try saving as CSV UTF-8.

Using the File > Save As dialog, when I save as CSV UTF-8 (Comma delimited) (*.csv) the Cyrillic characters are preserved.
When I save as CSV (Comma delimited) (*.csv), or as CSV (MS-DOS) (*.csv), or as CSV (Macintosh) (*.csv), the Cyrillic characters are lost.
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,293
Members
449,077
Latest member
Rkmenon

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top