The EndsWith Post-processing function can be used in agents to set the true or false value, where the fields end with or not, either for character or for string respectively. For example, I have this scraping agent “EndsWith Function Example(Post-Processing)” in my account with 3 fields (Company, Contact, Country) and I want to make sure the Company fields end with Moctezuma is true and for other fields is false. Here, we can use EndsWith Post-processing function.
Before
Steps
-
Edit the scraping agent by clicking on the Edit tab.
-
Add a new field, name it like me IsEnd Moctezuma and enter the same selector as Company field have
-
Now , click on the Add post-processing button to add the EndsWith function, the below dialog box will appear
-
Now enter the input text as a Moctezuma which compare to this field of the table and return the
true
whenever it is matched elsefalse
. -
Then, Save the function and the scraping agent configuration
-
And finally, re-run your agent to apply the changes.
After EndsWith Function
If you notice the screenshot below, the IsEnd Moctezuma field has been updated by EndsWith Post-processing function.