react-csv / react-csv

React components to build CSV files on the fly basing on Array/literal object of data

Home Page:http://react-csv.github.io/react-csv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filename force replaced from ~ to _

ChanghyeonYoon opened this issue · comments

I declare filename props to "20210101~20210810_sample.csv'
But downloaded file name is "20210101_20210810_sample.csv'

Also I try to declare file name '~~~~~.csv' but downloaded filename is '_____'

In react-csv is ~ replace to _ ?

Thank you @ChanghyeonYoon for taking time to raise this issue.
This is related to your browser. More insights here https://superuser.com/a/1360801/217352
Happy Reacting :)