I am looking to rewrite a process to use FME instead of SSIS. The process reads data from .trk files. But I am not able to find any reader for .trk files in FME. Please suggest.
If you open the file in notepad, does it contain a bunch of text that makes sense? or is it a bunch or garbage? If its the former, then you can use a text file reader to read the data in then begin to parse it, if its the later, then you're out of luck.