I have Monarch 14.3.2.7917 and Automator 14.3.2.22815
- How can I get Monarch to NOT trim trailing spaces from a field? I have the Options>Input>Text Files - "Trim leading and trailing spaces from Character and Memo fields" option unchecked. The file is a flat file with all records with same layout and using a Standard Trap in Report Design. I have a 100 byte field "Variable Coding". I am not getting the trailing spaces. I determined this by creating a formula field with the following formula: Len([Variable Coding]). I should always get 100 from the formula if the option is unchecked - I don't. Some times I get 100 if there is a non-blank character in the last position - other times I do not. I get 100 and 59 for instance. When I check the option to remove leading and trailing spaces I get 99 and 58 since I have a leading space on the field as well as lots of trailing spaces - some of the time.
- How can I get Monarch to generate a field/column type in Excel of "Text" instead of "General"? I have a field that is mostly numerics. It has an alpha in position 2 of the field occasionally. When that alpha is an "E" Excel displays the field as an exponential number instead of a character string when the column type is "General". If I change the column type to "Text" Excel displays the field correctly.
Sorry if this is a noob question. Hope I provided enough info about my problem and what I tried to work around the problems.