decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
901 stars 32 forks source link

There was a bug where importing CSV data with non-English 2-byte characters would not import. #792

Closed OPEN1004MIND closed 8 months ago

OPEN1004MIND commented 9 months ago

Describe the bug

The data doesn't seem to be loading, or it's loading in the wrong column, and it doesn't seem to be loading with special characters.

Steps to reproduce

I created a Loom board and hit import materials to paste the csv materials into a string. Currently, it doesn't seem to be possible to import csv files into par, so I pasted the string in the way shown in the example video.

Expected behavior

I would like to be able to import characters from non-English UNI codes.

Are you using the mobile app?

No

Obsidian debug info

None

Relevant log output

No response

decaf-dev commented 8 months ago

I just got Arabic to work. Could you send me the CSV file that you are using for this?

decaf-dev commented 8 months ago

I have reproduced this bug. If you have a CSV file with unicode characters, please make sure that the CSV file is in UTF-8 format.

OPEN1004MIND commented 8 months ago

Thank you answer. I will try again