Hi FireArtist --
I'm not sure where you are headed, but seeing tab delimited data stored in a database field usually indicates a problem. (Yes, there are times it makes sense, like if
you are spitting CSV data back and forth with other entities, and want to log what you sent or got in a database, sure.) If you're planning on working with the data yourself later via a DBI call followed by a spit, you might consider a better data architecture. Just a general observation --