I have a text file with 1 line in that is fixed length. The line can be padded with spaces and/or tabs. I am getting the one or more inputs invalid error and have tried multiple ways in the type tree to handle this without success. How can you allow padding to be used for tabs and/or spaces?
My line looks like this:-
A<SP>B<HT><SP>CDE<SP>F
Type tree settings:-
Item Subclass: Text
Interperet as: Character
Size (content) : min : 0
: max : 1000
Pad: Yes
Value: <SP>
Padded To: Fixed Size
Length: 1000
Justify : Left
Apply Pad : Any context
Any ideas, I have whats known as "Mercator head" looking at this and I know there'll be a simple solution?
My line looks like this:-
A<SP>B<HT><SP>CDE<SP>F
Type tree settings:-
Item Subclass: Text
Interperet as: Character
Size (content) : min : 0
: max : 1000
Pad: Yes
Value: <SP>
Padded To: Fixed Size
Length: 1000
Justify : Left
Apply Pad : Any context
Any ideas, I have whats known as "Mercator head" looking at this and I know there'll be a simple solution?