vue-xls-csv-parser
vue-xls-csv-parser copied to clipboard
Can we send custom delimiter as parameter?
For example in this csv/ excel the delimiter is | (pipe)
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 😉
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 :) )