First time here? Check out the FAQ!
0

Web Signals appearing in fields

We have noticed that many fields contain 'web signals' and it is causing us some downstream problems. The 'web signal's' we speak are: &amp, &#8217, &#8211,&apos and others. They appear when we download the data via any format (ie Compact, Compact Decoded, Standard). Is this a known issue? Can this get rectified in the RETS database?

Edmonton's avatar
Edmonton
asked 2016-10-12 15:34:05 -0500
bwolven's avatar
bwolven
updated 2016-10-20 16:40:44 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Is there an update on this matter?

Edmonton's avatar Edmonton (2016-10-17 13:54:11 -0500) edit

Can you give me a specific MLS and listing with this issue?

bwolven's avatar bwolven (2016-10-20 10:46:56 -0500) edit

We are using http://rebrae.retsiq.com/contact/rets... for our RETS URL Edmonton (Alberta, Canada) is the MLS.

E4029372, E4039101, E4040843, E4041511 are just a few examples

Edmonton's avatar Edmonton (2016-10-20 12:24:25 -0500) edit
add a comment see more comments

2 Answers

1

That is normal since data is escaped when it is sent out as UTF-8 to make sure it a valid XML. Generally the client XML parser would un-escape the data on the receiving end.

Update 2016-11-15 17:40 CST - Looking further into this issue.

bwolven's avatar
bwolven
answered 2016-10-21 17:53:58 -0500, updated 2016-11-15 17:33:32 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

First, we do not download in XML, and just compact format in RETS download, second, from paragon web into download server is in your side, not us. We just from your download server to get txt data.

This should be clean while data from web into SQL server or use trigger to clean it after server get data.

charles@ereb.com's avatar
charles@ereb.com
answered 2016-10-26 12:34:47 -0500
edit flag offensive 0 remove flag delete link

Comments

The currently, it download in txt file not XML. The problem is there a lot of HTML code inside some field component. We need you clean in server side. for example: Field name: LR_remarks55 Clean HTML code: &’–—“”…‘.........

charles@ereb.com's avatar charles@ereb.com (2016-12-08 10:34:33 -0500) edit

For clean “HTML code”, I list the detail message to you according to each download field name. ( we have hundreds “HTML code” in our system )

1) Field name: #LM_char100_6

Clean HTML code: &amp &apos

2) Field name: LM_Char10_2

Clean HTML code: &amp &apos

3) Field name: LM_Dec_1(RE_1) LM_D

charles@ereb.com's avatar charles@ereb.com (2016-12-08 10:37:06 -0500) edit

4) Field name: LM_Dec_3 (RU_2,RE_1) LM_int4_35 (CM_4) Clean HTML code: &apos

5) Field name: LM_Char25_4 (RU_2,RE_1) Clean HTML code: &apos

6) Field name: LR_remarks55 Clean HTML code: &’–—“”…‘ •½

charles@ereb.com's avatar charles@ereb.com (2016-12-08 10:37:24 -0500) edit

6) Field name: LR_remarks55 Clean HTML code: &’–—“”…‘ •½¼®­²éçè 졠ؾ'"><

charles@ereb.com's avatar charles@ereb.com (2016-12-08 10:38:03 -0500) edit

7) Field name: LR_remarks66 Clean HTML code: &"'’“–—‘” …®² ×<>

8) Field name: VT_ExtVTourURL5 Clean HTML code: &amp

9) Fie

charles@ereb.com's avatar charles@ereb.com (2016-12-08 10:38:20 -0500) edit

9) Field name: VT_VTourURL Clean HTML code: &é

10) Field name: VT_ExtVTourURL1, VT_ExtVTourURL3, VT_ExtVTourURL2 Clean HTML code: &'

charles@ereb.com's avatar charles@ereb.com (2016-12-08 10:38:39 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer