Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to insert record if Header has unicodes and special characters? #174

Open
gauravjain028 opened this issue Apr 3, 2017 · 0 comments
Open

Comments

@gauravjain028
Copy link

I have Special characters (/,space etc) and unicode (test from diff languages) in header of sheet. So how to prepare the insert array, so that it will work properly?

Like
when I add 'Teléfono' as header, then inserting like ['teléfono' => 'Value'] works,
when I add "Hoja de cálculo de Google" as header then I have to pass, ['hojadecálculodegoogle' => 'Value']

so is there any way to change my insert data array key, so that it will work in all cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant