Closed marcoscarvalho closed 5 years ago
Hi @marcoscarvalho what type of issue are you experiencing?
I had no trouble using a .csv
file with a content like this:
header0;header1
content0a;content0b
content1a;content1b
content2a;content2b
Sorry. I open this issue because my file has ";" in the end of the lines. But I understand now and Thanks.
Hi,
When I pass something like this below, the delimiter ";" doesn't work.
Where I did my test: https://codesandbox.io/s/4rw9qwzzm7
Thanks