Re: Xml to Json or Xml to avro

2017-01-10 Thread Bryan Bende
Hello, There is currently no direct conversion from XML to Avro. You would likely have to go from XML to JSON, and then use ConvertJsonToAvro. There also isn't direct conversion from XML to JSON, but some people have been able to do it with TransformXML using an XLST. Your best bet may be to

Xml to Json or Xml to avro

2017-01-10 Thread Selvam Raman
Hi, I have 5k xml files after invokehttp->compresscontent ->unpackcontent-> ?. Now i want to create single avro file which would have 5k rows and each row represents one xml in string. Can you share me your idea. Once i converted to avro, may be i could use mergecontent to create single avro