Extracting a column from a paragraph from a csv file using java -


major acc no,minor acc no,std code,tel no,dist code 7452145,723456,  01,4213036,aaa 7254287,7863265,  01,2121920,aaa   frundte,fmacno,faccno,fdistcod,fbilseq,fooctyp,foocdes,foocamt,fstd,ftelno,fnorecon,fxfraccn,flangind,cur 12345,71234,7643234,aaa,001,dx,wlr promotion - insitu /pre-cabled pstn connection,-37.87,,,0,,e,eur   frundte,fmacno,faccno,fdistcod,fbilseq,fordno,fref,fchgdes,fchgamt,cur,forenfrm,forento 3242241,72349489,2345352,aaa,001,30234843p ,1,new connection - precabled charge,37.87,eur,2123422,201201234 12123471,7618412389,76333232,aaa,001,3123443p ,2,broken period rental,5.40,eur,201234523,20123601 

i have csv file 1 above , want extract columns it. example want extract first column of first paragraph. i'm kind of new java able read file want extract columns different paragraphs. appreciated.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -