Delete after website scrapping

Hello,

I use Textblaze to extract customer addresses from a website, but I would like a way to exclude a portion of the extracted addresses automatically.

the section I want to delete is the zip code, in the following pattern: "CEP 01001-000"

Does anyone know how?

Hi Eduardo! Welcome to the Text Blaze community :partying_face:

When you read data from websites with the site selector, you can use the split function to manipulate text and get only the portion of the read data that you need.

Check out this video that shows how to do it:

For your example, use the split command, and put [1] at the end of it to only get 'CEP'.

If you have any questions, feel free to post here or email us at support@blaze.today.

Have a great weekend :slight_smile:

1 Like