Can FME handle ASCII files that are NOT fixed length, but are space delimited instead

From Fmepedia


  Image:caution2-or-sq.jpg Archive Material

This section contains information from an older set of FAQs that has been deemed useful enough to be retained.   

Be aware that the information here may be superceded by new development, and covered elsewhere in this wiki.


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.

User Comments Add a new comment