in reply to Pipe tag being entered into database

In your log, you print the value of 23 variables. But you insert 18 values, many of which you don't print in your log. And I don't know what you mean by "your columns look like this". Do you mean you have 6 columns? How can you then insert 18 values? And while 'FIXID' and 'CLIENTNAME' look like column names, '8' and 'fud646_20051118' don't. How do these columns relate to your insert statement? And what relevance does the log have? And where does 'fud646_20051118|' come from anyway?
Perl --((8:>*
  • Comment on Re: Pipe tag being entered into database

Replies are listed 'Best First'.
Re^2: Pipe tag being entered into database
by minixman (Beadle) on Dec 20, 2005 at 16:48 UTC
    I think that it has something to do with the fact that each value i am extracting from my log file looks like.
    [8=FIX.4.2^A9=0399^A]
    So the ^A is getting replaced with | when inserting into the database.