Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jeimz173's avatar

Looking for a vue js csv parser.

hi guys i am creating a csv import function to my project using vue js however i can't find any package that suits in vue js. can anyone recommend a package for csv upload function? thanks

0 likes
5 replies
Snapey's avatar

You want to parse csv file in the client?

jeimz173's avatar

@Snapey yup in client side, i have this input file uploader of csv once i browse the csv file, it will parse the data from csv to json. im not sure if vue js can do it but im still trying and looking for a package..

skyrpex's avatar

Your need has nothing to do with Vue. As jimmck pointed out, you can try csv-parse.

jeimz173's avatar

haha i just realize that it was a node package....thanks thanks @jimmick is right as you mention @skyrpex thanks thanks guys :)

1 like

Please or to participate in this conversation.