Find the most common words in multiple text files and MS Word documents. This program will do a word frequency analysis and list the number of times each word appears. Also, the list will be sorted by frequency. This list can be saved to a text file.
Convert one CSV or text file into a HTML table and save as a file. Each line in the input file creates a row and each separating character in a line creates a column.
Convert one CSV or text file into a XML file. There is an option to use the first line as a header row to produce the XML tags. There are a few options to control how the XML output appears.