Issues with non-ascii and special characters during import #3247
Unanswered
gsofficework
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Try checking what the encoding of your file is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using Laravel Excel 3.1 in my application.
I have an issue when I import CSV that contains NON-ASCII values or special characters.
1. Below settings in config/excel.csv
With the above settings, value changed during import:
- Actual values = Genç
- Changed value = Genç
2. Below settings in config/excel.csv
With the above settings, I get the blank value instead of the actual value = Mounir Oulla‹.
Please can you help me that import allows all ASCII and non-ASCII values with special characters?
Beta Was this translation helpful? Give feedback.
All reactions