OSM XML to CSV conversion. POI only, polygons (and polylines, but not recommended) are approximated by centroid. Result is a 3-column table with lon, lat and value (for a particular key to be chosen beforehand).
dbUPLoader is a tool to import data from csv or MS-Excel files into a database. You can distribute data across several tables, create relationships between imported data and integrate sub queries to reference existing data.
This script takes the Western Australian linked health data provided by the Data Linkage Unit and converts it to a TAB delimited format that is easier to import into SPSS or Excel etc. Mileage may vary.
To switch historical data quotes, from a format to a other one.
For example to move historical data quotes from MetaTrader4 to NinjaTrader.
Or to move historical data quotes from NinjaTrader to MetaTrader4 .
A commandline utility to display statistics about a text file consisting of lines of data. The statistics include counts of line terminator pairs (CR, LF, CR+LF) and line counts. Also shows if there is an unterminated trailing line.
A commandline utility to read a text file containing lines of data, clean up any CR/LF anomalies, and output the lines of text with clean CR/LF terminators to standard output. The binary is a Windows 32 bit console app.