I am using the flat file source for a large data migration and the source data in the text stream form unlike UI, datetime or sting. The component is not supporting for fast parsing for text stream.
Could I get any ideas to improve fast performance in this scenario.
thanks
prav
As you’ve seen fast parse does not support strings. It only supports integers, date and time and then with caveats
The first thing I would do is ensure that you’re using the smallest data types you can in your flow definition (WSTR rather than NTEXT for example if you’re strings < 4000 characters).