[User] - How to add tax records, fields, and regex (Part 8-1) - Video
PUBLISHED:  Dec 05, 2016
DESCRIPTION:
Check previous video: https://youtu.be/o30-AU7JyJo (Part 7)

hello! :) today, i will show you how to add tax records, tax fields, and regular expressions for parsing.

log in with an admin account.
go to Settings.
Tax Records - Add Tax - Realist
since we already have a Realist, let's close the window, if you haven't, click Submit.

Tax Fields - Add Field (for example: the type that we will be getting is the Bedrooms) - Bedrooms
lets leave the iForm field for now.
Since we already have a Bedrooms, close the window, if you haven't, click Submit.

Regex
Select Realist
Add Regex - Bedrooms - type something in the Regex textarea: "[]".
Click Submit
Regex already exists, close the window, search for the Bedrooms, click the field and click Edit Regex.

Open the pdf file. Find the Bedrooms.
There are two kinds of getting the data. First, is turning the pdf file into string or text field. How to do it: https://youtu.be/ACvn8scc8L4 . Second, is I'm just eyeballing it.

The value of the Bedrooms is between "MLS Beds" and "MLS Sq Ft". So were going to make a regular expression of getting the value.

lets start with an open and close square brackets: []
test the parser....

No Bedrooms. Lets make some regular expression.

inside the brackets, type this code: /MLS Beds(.*?)MLS SqFt/i,

Check next video: https://youtu.be/iViT7aNKDrU (Part 8-2)
follow us on Twitter      Contact      Privacy Policy      Terms of Service
Copyright © BANDMINE // All Right Reserved
Return to top