You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this library to create csv then opened with Excel and I encountered some issue with special characters :
I found that I had to add the BOM character U+FEFF at the beginning of the CSV string.
I've got a branch ready for a pull request to add a --with-BOM option :
But I can not push my branch. Could you help me please ?
(It's my first contribution to an open source repo :))
The text was updated successfully, but these errors were encountered:
But I can not push my branch. Could you help me please ?
(It's my first contribution to an open source repo :))
The way to submit pull requests with GitHub is to Fork the repository:
You'll have a fork for your username (https://github.com/AuroreM/json2csv). Then git clone your fork and do the changes in it (or add https://github.com/AuroreM/json2csv as a remote to your existing git repository where you've made the changes. Then push to that remote).
Once you have your branch pushed in your fork you can open a Pull Request and GitHub will show your branch or your fork. :)
I used this library to create csv then opened with Excel and I encountered some issue with special characters :
![image](https://user-images.githubusercontent.com/15011364/28333775-56af7ec8-6bf9-11e7-855f-ec60e70dad65.png)
I found that I had to add the BOM character U+FEFF at the beginning of the CSV string.
I've got a branch ready for a pull request to add a --with-BOM option :
But I can not push my branch. Could you help me please ?
(It's my first contribution to an open source repo :))
The text was updated successfully, but these errors were encountered: