I am running into a couple problems at the same time and could use some suggestions:
Could someone tell me the easiest way to get rid of the hyphens and pipes and leave it in .txt form? All four encoding types do the same thing.
Any idea why exporting to Excel would scramble some of the part numbers like my examples above?
TIA
- I need to export a table to .txt
- I need to have the field names as well as the records
- Some records are part numbers with a leading zero like 043095
- Some records are part numbers with dashes and alpha's like 123456E-789
- I don't think I can use .csv because some records have a part number description uses comma's like "some text, more text, even more text"
- I don't need all the hyphens and pipes for the grid work
- Exporting to .txt without formatting doesn't bring over the field names (I know they made it this way) Is there a work around other than exporting the data and then adding all the field names in with a macro in Excel? I can do it but, what a pain.
- I see dropping of leading zeros = 43095 in .txt and .xlsx
- Exporting to Excel sometimes scrambles the part numbers and they come out like this 5.91E-09 when it should be 123456E-789 (so I'm losing data)
- Exporting to Excel also puts qoutes in the description field like "A very large part" (extra clean up necessary)
Could someone tell me the easiest way to get rid of the hyphens and pipes and leave it in .txt form? All four encoding types do the same thing.
Any idea why exporting to Excel would scramble some of the part numbers like my examples above?
TIA