Text Parser not working each time

Hello Guys

Just for precise that “text parser” module is not working well everytime. I use it for take some collection from open.ai text generator and 1/2 is not working.

Normally text parser give all information in bullet point value on bundle but it work 1/2

regards

Hi @hugo2 ,

The regular expression Pattern you’re using doesn’t match the bullet points in your screenshot.

If you want the whole row, then try this Pattern • .*\n.

You can learn more about regular expressions here:

3 Likes