#1 2011-05-16 15:17:54

ZeljkaMom
Member
Company: SRL Global , London
Registered: 2011-01-14
Posts: 148
Website

Regex

Tags: [regex]

Hi,

I am using one Excel document with three different sheets as input file and I would like to  read each of this sheet one by one instead of all in one go.

I have tried to use regex and to make filter but not working. (see image below) and I am getting error "Exception in component tFileInputExcel_3
java.lang.RuntimeException: Special sheets not exist!"

is anyone having idea how this can be done.

Thanks
Zeljka


Uploaded Images

Offline

#2 2011-05-16 16:59:31

emaxt6
Member
Registered: 2008-08-04
Posts: 325

Re: Regex

How the sheets are named? example?

Offline

#3 2011-05-16 17:05:35

ZeljkaMom
Member
Company: SRL Global , London
Registered: 2011-01-14
Posts: 148
Website

Re: Regex

the sheet one is AABB,
the sheet two is ASAD
the sheet three is ASFE

I have created the File Excel metadata

Offline

#4 2011-05-16 17:17:02

emaxt6
Member
Registered: 2008-08-04
Posts: 325

Re: Regex

I don't think that the regex is correct...
"(AACF)*" should mean match the group zero or more times.... like AACFAACFAACF....

try to select the sheet by index or simple name

Offline

#5 2011-05-16 18:15:14

ZeljkaMom
Member
Company: SRL Global , London
Registered: 2011-01-14
Posts: 148
Website

Re: Regex

I am not sure if I am clear as when I select sheet by name of course I am getting that sheet , I just thought is posible to read each sheets and to chose which one you want ot read e.g. sheet 1, or 2. or 3

Offline

#6 2011-05-17 08:47:05

shong
Talend team
Registered: 2007-08-29
Posts: 10289
Website

Re: Regex

Hi

I would like to  read each of this sheet one by one instead of all in one go.

Why don't you check the 'All sheets' option? what do you mean instead of all in one go?

Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

Board footer

Powered by FluxBB