annotate repoint.bat @ 2564:ab7124f51862 csv-import-headers

Add detector for CSV header row, and use it to inform guesses for column purposes
author Chris Cannam
date Wed, 17 Jun 2020 18:08:05 +0100
parents adc8a48f4e4c
children
rev   line source
Chris@1808 1 @echo off
Chris@1808 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@1808 3