creating QIF file under Dos using AWK
piggyb
piggybattery at gmail.com
Thu Mar 19 10:26:36 EDT 2015
Good idea to check if the input file doesn't change
I have tried out the script below to check if the header is the same, and it
works correctly
But when I change the variable $mystring to $csv->getline($fh)->[0] then it
stops to work.
my $mystring;
$mystring = "Blank EXPORT";
if($mystring !~ m/BANK EXPORT/) { print "Unexpected first row"; }
--
View this message in context: http://gnucash.1415818.n4.nabble.com/creating-QIF-file-under-Dos-using-AWK-tp4676673p4677012.html
Sent from the GnuCash - User mailing list archive at Nabble.com.
More information about the gnucash-user
mailing list