Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Moro
Contributor
Contributor

tfileInputExcel - reading all Sheets with certain word in their names (using Regex?)

Hallo,

I would like to read (tFileInputExcel) all Sheets with "Bill" in their names. Sheet names looking like this: "Bill 01", "Bill 02",...

I tried the following:

tFileInputExcel - Basic Setting

Sheet list: "Bill (\\d(2))"

Use Regex (activated)

It doesnt work though. It starts reading from Sheet "Bill 02" and then some other Bill Sheets but not all and I dont know why. Do you have any advice for me please?

Thank you so much.

Mara

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Please try the Sheet list : "Bill \\d+" as the below , it should be working

0695b00000WuAwFAAV.png

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

Please try the Sheet list : "Bill \\d+" as the below , it should be working

0695b00000WuAwFAAV.png

Moro
Contributor
Contributor
Author

perfect! Thank you! 🙂