Design a system,
Input: XML files containing transactions data
Output: JSON file, with each transaction object converted to json object.
Some stats:
I was stumped on how to parallelise conversion of xml to json for a single file. Any ideas about that?
How would you go about clarifying this question further and how would you approach it.