Scenario stops running after text parser

I’m trying to extract JSON from a string with a text parser, then pass that data onto a convert to JSON module.
I’ve setup the regex and everything is working, but the scenario stops mid way at the text parser. I’m not getting any error messages, but no matter what I change, nothing is passing this step.

Welcome to the Make community!

It looks like your Text parser is not matching anything, hence there are no output bundles.

If you need further assistance, please provide the following:

When reaching out for assistance with your regex pattern for a Text Parser module, it would be super helpful if you could share the actual text you’re trying to match. Screenshots of text can be a bit tricky, so if you could copy and paste the text directly here, that would be awesome! It ensures we can run it against test patterns effectively. If there’s any sensitive info, feel free to change it to something fictional yet still valid by keeping the format intact.

Providing clear text examples saves time on both ends and helps us give you the best possible solution. Without proper examples, we might end up playing a guessing game, and nobody wants that as it is a waste of time! You are more likely to get a correct answer faster. So, help us help you by sharing those text snippets. Thanks a bunch!

1 Like

I want the json code that is found in between the ‘json{}’ string .
To be clear, I only want the brackets, and what’s within them, not the extra text and symbols around them

My pattern is this: {.*}

image

Just passing the text as it is gives me an error in the JSON parse module

Thanks, but you have not provide any of the requested information yet :frowning:

If you would like assistance, please provide the following:

  1. copy and paste the text directly here

    • Either add three backticks ``` before and after the content, like this:

      ```
      text content goes here
      ```

    • Or use the format code button in the editor:
      Screenshot_2023-10-02_191027

Please refer to the previous post for further instructions on how to get each of them.

Thank you!!

1 Like

Its alright, I’ve found a work around. Thanks for your help!