pituach, thanks for the info.
I changed the column to text in the csv file I send to the vendor and it did not display the trailing zero.
As far as the vendor is concerned, they are importing the csv file in to an Oracle database. I have a job that generates a csv file daily. The vendor's requirement for Lat/Lon is to have 8 digits to right of the decimal. Ok, no problem. So I send them this Lat:
27.41317320
The vendor sends back a csv response file, basically comparing what we send and what they have. And in their response file they say records don't match
E.G What I send 27.41317320 and what they send back 27.4131732
This causes the records to be out of "sync". Like I said before, I have a SSIS package that works great. I went this route because I have to upload the csv file to their sFTP site daily. I have a SQL job agent that runs the package around 9am daily Monday - Friday. And yes, granted I could use another technology to perform this task such as C# but truly, the SSIS was easiest, fastest to get the job done.
I hope this all makes sense!
Thanks!