Home All Groups Group Topic Archive Search About
Author
5 Jun 2006 11:31 PM
Jose
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

Author
6 Jun 2006 5:29 AM
Cor Ligthert [MVP]
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
>
Author
6 Jun 2006 12:51 PM
Jose
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
>>
>
>
Author
6 Jun 2006 1:44 PM
Cor Ligthert [MVP]
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
>>>
>>
>>
>
>