surenm
02-03-2006, 07:18 PM
I have an Excel sheet as input. One of the columns is a 3-digit number that I would like to save as a string. On the Excel step, I choose the type of the field as string with length as 3.
I am outputing to a text file. I am finding that it is still taken as a number and the output shows a decimal point. For example, 101 as input gets stored as 101.0 in the output file.
Changing the format on the Excel side also has not worked.
What do I need to fix this ?
I am outputing to a text file. I am finding that it is still taken as a number and the output shows a decimal point. For example, 101 as input gets stored as 101.0 in the output file.
Changing the format on the Excel side also has not worked.
What do I need to fix this ?