cd=[]cd[0]=CSV::ColData.newcd[0].data="joe"cd[0].isNull=falsecd[1]=CSV::ColData.newcd[1].data=27cd[1].isNull=falsecd[2]=CSV::ColData.newcd[2].data=32000cd[2].isNull=falsecsv_str=""c = CSV::createLine(cd, 3, csv_str)