Using that dataset

#3
by Tihiron - opened

Открыл файл в WordPad и спустя время, получил данную страницу. В какой кодировке требуется работать с файлом, чтобы можно было получить неповрежденные данные? Или тут несколько кодировок?
I opened this file in WordPad and after a while, I received this page. In what encoding is it required to work with the file so that the undamaged data can be obtained? Or are there several encodings?

Судя по изображению, стоит прочитать сначала как json, потом из массива строки перевести в массивы массивов байт и обратно в строки, но в другой кодировке.
Judging by the image, it is worth reading it first as json, then converting strings from an array to arrays of byte arrays and back to strings, but in a different encoding.
изображение_2024-01-15_063616996.png

В итоге открылось при помощи LibreOffice, однако вопрос о том, какая кодировка используется, все еще открыт.
As a result, it was opened using LibreOffice, but the question of which encoding is used is still open.

изображение_2024-01-15_064502940.png

Привет. Просто загрузи данные через datasets.

Я не знаю никаких datasets, я на C#

Sign up or log in to comment