Mass-converting YML files into CSV/XML/MySQL



I have a bunch of YML files (about 5000), with the same format, and I need to compile the data from all of those into a single source. A CSV spreadsheet or MySQL database would work wonderfully for my purpose. I have found a few tools that could convert YML to CSV on a file by file basis, but that would be extremely tedious if I had to do them one at a time. Any ideas on how to do this quickly/efficiently?


No comments:

Post a Comment