creating QIF file under Dos using AWK

piggyb piggybattery at gmail.com
Fri Mar 27 07:18:03 EDT 2015


Tommy Trussell wrote
> I have been following this thread to try to understand QIF import better
> and one thing that confuses me about these QIF files is the underscores
> and
> asterisks preceding the A and N fields. @piggybattery, 

Do you mean the lines below? if so that is used to create a import script.
If not can you give me the exact lines 

/  if (/([^,]*),([^,]*),([^,]*)/) {
    print "D", $1, "\n";
    print "T", $3, "\n";
    print "P", $2, "\n";
    print "^\n";
  } /



--
View this message in context: http://gnucash.1415818.n4.nabble.com/creating-QIF-file-under-Dos-using-AWK-tp4676673p4677240.html
Sent from the GnuCash - User mailing list archive at Nabble.com.


More information about the gnucash-user mailing list