Exporting a text field to CVS without losing trailing zero

jcaulfield

Board Regular
Joined
Nov 23, 2012
Messages
50
I am try to take a txt file from ADP and import into JD Edwards. JD Edwards import of excel in limited to 250 rows. I am try to import over a 1000 rows leave the CSV option, but when I save an Excel text field to a CSV file, the CSV file loses its trailing zero.

158802.6181 good
158805.613 bad end with 6130
158805.6151.FICA good


I have tried going thru Access using a "DoCmd.TransferText acExportDelim", but still lose the trailing zeros.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Before you save as CSV, how is something like this 158805.6130 displayed in Excel; with or without the trailing zero?

Try selecting the column and changing the cell formatting to Number with 4 decimal places.
 
Upvote 0

Forum statistics

Threads
1,196,051
Messages
6,013,110
Members
441,748
Latest member
MrBigglesworth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top