How to convert Http Client Json data into a csv file
I am actually getting Json data from HTTP Client and sending it to Hadoop FS. I want to convert the Json data into a CSV file or some flat file or Pipe delimited file before sending it to hadoop. Is there a way to do this? Please some one help me with this issue