Thanks for the suggestion. I ended up cheating. I used a SQL statement, and some unions, to just put it in 3 large columns, all that were the correct length. so
select '00000 33333 33'
union
select '00 99 555'
union
select '66 44 22 11'
something like that, it's kind of cheating, but it worked.