default to tab for field separator for unaligned text
authorJason Etheridge <jason@esilibrary.com>
Tue, 20 Feb 2018 16:54:46 +0000 (11:54 -0500)
committerJason Etheridge <jason@esilibrary.com>
Tue, 20 Feb 2018 16:54:46 +0000 (11:54 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>

mig-bin/mig-sql

index a08d4f3..1cb7d92 100755 (executable)
@@ -34,6 +34,7 @@ use Mig;
 my @MYARGV = (
      'psql'
     ,'-vmigschema=' . $MIGSCHEMA
+    ,'-F ' . "\t"
 );
 if (defined $BIBSTART) {
     push @MYARGV, '-vbibstart=' . $BIBSTART;