Can FME handle ASCII files that are NOT fixed length, but are space delimited instead
From Fmepedia
If you have a space as a field separator, I would use the CSV instead of CAT, and specify a different character (a space) instead of a comma to separate the fields. This would be done by putting the line CSV_SEPARATOR ( ) in the DEF line. That should do the trick.

