A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @L Tune,
You may try with below expression.
Left(TOKEN(@[User::FileName], "_", 3),10)
or
left(right(@[User::FileName],15),10)
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.