vue-xls-csv-parser icon indicating copy to clipboard operation
vue-xls-csv-parser copied to clipboard

Can we send custom delimiter as parameter?

Open rnjailamba opened this issue 7 years ago • 2 comments

For example in this csv/ excel the delimiter is | (pipe)

rnjailamba avatar Feb 11 '18 02:02 rnjailamba

Excel should work fine. However, CSV should have some trouble being parsed. Can you upload an example file ? I'll look into it when I have time. Otherwise you can make a pull request in the meantime 😉

victorboissiere avatar Feb 11 '18 19:02 victorboissiere

Yes excel was good, i created a csv parser and csv validator on my own[It can send parsed json to the server or the file as well]. Feel free to copy it if you get time from here https://github.com/rnjailamba/vuehn/blob/master/src/components/Industriesupload.vue ( no time for me as well or i would have done it :) )

rnjailamba avatar Feb 17 '18 16:02 rnjailamba