ISSUE in SPLIT VALUE

Hi guys,

I am trying to get the data from the web automation.

I am trying to get some words from the below the line

“message”: “Seite\n 1\n \n von 1 Seiten |\n Ansicht 203050100200\n pro Seite|\n Insgesamt 1 Einträge gefunden 1|RSS für neue Bestellungen”,

M result should be : Insgesamt 1 Einträge gefunden .from the about text.

Could you please let me know the correct spilt formula?

Thanks

You always want the same value( Insgesamt 1 Einträge gefunden) from the string?

or tell me something which will not change(constant value from String)

1 Like

Hi, check my topic, there is a lot of examples:

1 Like

HI ,Yes i always wanted the same value only changes here will be the number digits.

FOr example :slight_smile:
Insgesamt 2 Einträge gefunden
Insgesamt 10 Einträge gefunden
Insgesamt 100 Einträge gefunden
Insgesamt 5 Einträge gefunden

Refer below. It willl give you expected result.
image

1 Like

@Vijayakumar_Arumugam

we can work with regex:
grafik

Also it does handle the Plural and Singular (last line) form

1 Like