Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Peachman97
Partner - Contributor III
Partner - Contributor III

Extract Values With Regex not extracting data

Hi

I have the following Split Processor in my pipeline and I want to extract some data from a text field im pulling from an API

Peachman97_0-1711376189766.png

I have tested the regex in Regex101 and its selecting something

Peachman97_1-1711376302761.png

 

However the output in Talend Pipeline designer is not extracting anything. Ive tried simple expressions that should return something, but they also appear blank.

Peachman97_2-1711376330367.png

What am i missing?

Labels (1)
  • Cloud

1 Reply
Peachman97
Partner - Contributor III
Partner - Contributor III
Author

Hey Szcad, If you read through the post, you can actually see the string I'm trying to test with the regex expression in the regex101 picture. You can also see the data type of string as well from the picture.

I am showing that the regex expression is selecting something, however in Talend Cloud Pipeline designer it didn't return anything at all.

I have showed all the config I am using, so I am not really sure what more you expect?