Hello Javaranchers, I have a pipe-separated text file, each row representing separate data. I want to convert this file into a XML file for further processing. Can u please guide me through the steps? Solution needed urgently. Thanks
Originally posted by Mahesh Mamani: I have a pipe-separated text file, each row representing separate data. I want to convert this file into a XML file for further processing. Mahesh
the simple way could be to use StringTokenizer and create the XML file according to your need.