Hi, Thanks for your assistance
Im modifying a program that imports a lot of .txt files
this is no problem.
My problem is I have two fields in the text file that are numbers that need to be brought in as characters. I do not have access to the export that creates the .txt file so I cannot change the export field type to characters.
the line of inmport data looks like this:
555555555,2,12345,0,100,,,,,123456789011,272481884,C
the string of numbers can be up to 30 numbers. It will always be numbers. (so im told) I love it when I'm told it will always be something)
When it is imported it looks like :
555555555|2|12345|0|100|||||||7.12202E+11|272481884|C
Should I program a fix to input " " around the number? or is there a calculation I can do against the 7.12202E+11 to make this a full number then convert it to a character field?
thanks for the assitance
Jim
Im modifying a program that imports a lot of .txt files
this is no problem.
My problem is I have two fields in the text file that are numbers that need to be brought in as characters. I do not have access to the export that creates the .txt file so I cannot change the export field type to characters.
the line of inmport data looks like this:
555555555,2,12345,0,100,,,,,123456789011,272481884,C
the string of numbers can be up to 30 numbers. It will always be numbers. (so im told) I love it when I'm told it will always be something)
When it is imported it looks like :
555555555|2|12345|0|100|||||||7.12202E+11|272481884|C
Should I program a fix to input " " around the number? or is there a calculation I can do against the 7.12202E+11 to make this a full number then convert it to a character field?
thanks for the assitance
Jim