|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
create csv filePlease how create a csv file with this example:
campo1,campo2,campo3 "4543",234.43,12/06/1998 "8976",111.90,03/02/2003 Thanks a lot Jose,
Are you sure this is a valid csv file, in my opinion have in a csv file all columns the same format. Cor Show quoteHide quote "Jose" <josenospam@unica.com> schreef in bericht news:ONIoqgPiGHA.5096@TK2MSFTNGP02.phx.gbl... > Please how create a csv file with this example: > > campo1,campo2,campo3 > "4543",234.43,12/06/1998 > "8976",111.90,03/02/2003 > > Thanks a lot > Yes Cor It's valid. The firt line is the fields of my select and the second
and third lines is my data. How make it this file? Thanks a lot. Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje news:%23%23HtrnSiGHA.3496@TK2MSFTNGP02.phx.gbl... > Jose, > > Are you sure this is a valid csv file, in my opinion have in a csv file > all columns the same format. > > Cor > > "Jose" <josenospam@unica.com> schreef in bericht > news:ONIoqgPiGHA.5096@TK2MSFTNGP02.phx.gbl... >> Please how create a csv file with this example: >> >> campo1,campo2,campo3 >> "4543",234.43,12/06/1998 >> "8976",111.90,03/02/2003 >> >> Thanks a lot >> > > Jose,
Doh, Did not see that directly that it was the header, however it is mostly just looping. See by instance this one. http://www.vb-tips.com/default.aspx?ID=3d9ed1ec-1019-4acf-b0d3-d27a1a996639 You cannot use it because you use the 100% correct way of CSV so your innerloop would be in my idea all indidivual concatenating using that stringbuilder. I hope this helps, Cor Show quoteHide quote "Jose" <josenospam@unica.com> schreef in bericht news:u5OEsfWiGHA.3884@TK2MSFTNGP04.phx.gbl... > Yes Cor It's valid. The firt line is the fields of my select and the > second and third lines is my data. How make it this file? > > Thanks a lot. > "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje > news:%23%23HtrnSiGHA.3496@TK2MSFTNGP02.phx.gbl... >> Jose, >> >> Are you sure this is a valid csv file, in my opinion have in a csv file >> all columns the same format. >> >> Cor >> >> "Jose" <josenospam@unica.com> schreef in bericht >> news:ONIoqgPiGHA.5096@TK2MSFTNGP02.phx.gbl... >>> Please how create a csv file with this example: >>> >>> campo1,campo2,campo3 >>> "4543",234.43,12/06/1998 >>> "8976",111.90,03/02/2003 >>> >>> Thanks a lot >>> >> >> > >
why is dataAdapter.UpdateCommand not updating?
Close form if no user action including mouse move over form. Can't create AutoFiltered Excel worksheet using VB.NET Label problem Accessing inherited variables How to call BeginInvoke for a sub that has a parameter ? Define an object??? Textbox Lines Limit Use a System.Type in Generics? Newbie needs help with datagrid |
|||||||||||||||||||||||