0
  • This is my CSV file:

    no    name    id
    1     yog     a122
    2     nik     b122
    
  • I want convert this file in json using java. I tried javascript, jsp, servlet but didn't get output.

Prajakta Dumbre
  • 231
  • 1
  • 3
  • 8

1 Answers1

0

I think you need to bit more googling on this, that is pretty much famous question.

Please check following link

https://github.com/FasterXML/jackson-dataformat-csv

And also following stack overflow post

directly convert CSV file to JSON file using the Jackson library

Community
  • 1
  • 1
aviundefined
  • 802
  • 2
  • 10
  • 25