Batch change .txt to .csv

Please copy the following into the notepad, change the suffix to .bat @echo off setlocal enabledelayedexpansion for %%F in (*.txt) do ( set /p .=Processing [%%~F] … <nul set “firstline=” (for /f “tokens=* usebackq” %%a in (“%%~nxF”) do ( if not defined firstline ( set firstline=%%a echo !firstline:”=! ) else …

Batch merge csv

Please copy the following into the notepad, change the suffix to .bat for /f %%a in (‘dir /b *.CSV’) do for /f “tokens=*” %%b in (%%a) do echo %%b,%%a >> all.csv Place it in your folder, together with all other .csv file. Double click .bat file, it will generate the …

CSV  Splitter

CSV  Splitter – http://www.fxfisherman.com/forums/forex-metatrader/tools-utilities/75-csv-splitter-divide-large-csv-files.html.  Google earth can only deal with 2400 points.  If you are going to have more than that, you need this tool.  Sydney had ~90,000 water meters in Florida. HINT:  A bunch of addresses might get kicked out.  If you see a pattern of mistakes, fix them …