• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Handling values like 02E0000 (text/numeric)

sudipballa

New Member
I prepare load files in EXCEL, save them in TAB DELIMITED TEXT file and pass it to others who load it in applications

When i try to handle values like 02E0000, excel immediately converts it
2.00E+00. Even if i convert the format to TEXT and then put the value, it converts it to this notation. What is the ideal way for someone like me to deal with these things. One option i have is to ensure i manually insert ' before the value, but it is very cumbersome. Many times i copy paste value from other files to excel and it is not possible to do that step.

Please share your thoughts
 
Please find sample files (just with one record... i reality I have to deal with thousands of records with 10-12 fields)
 

Attachments

  • Right-File.txt
    25 bytes · Views: 2
  • Wrong-File.txt
    25 bytes · Views: 2
Hi ,

In the file named Wrong-file.txt , the data is itself in exponential format , as :

2.00E+00

How did it get this format ?

Narayan
 
Back
Top