Extracting the first few characters of a filename without substring? Data Factory

Viewed 39

I am working with files that contain their filedate in the filename.

202209021021_example pandas.csv

How do i extract the first 6 characters without using substrings?

Kind regards,

Ayoub

1 Answers
Related