T Truth. Banned Jul 17, 2014 29 0 0 Aug 2, 2014 #1 The text I scrape contains html tags, UTF8 chars, and symbols like & # 3 9 ; (i put spaces between) I want to save it to DB properly, can you recommend a formatter function/class?
The text I scrape contains html tags, UTF8 chars, and symbols like & # 3 9 ; (i put spaces between) I want to save it to DB properly, can you recommend a formatter function/class?
M mattseh import this Apr 6, 2009 5,504 71 0 A ~= A Aug 2, 2014 #2 Google it. You sure haven't provided enough info here.
K Kiopa_Matt Banned May 13, 2011 5,216 52 0 Aug 2, 2014 #3 Not sure I understand the question. You need to know how to escape strings in your language of choice, or?
Not sure I understand the question. You need to know how to escape strings in your language of choice, or?
skank New member Dec 8, 2012 225 1 0 Scottsdale, AZ Aug 2, 2014 #4 You can either do it in the language you are using using substrings or you might be able to do it in Excel
You can either do it in the language you are using using substrings or you might be able to do it in Excel
Mahzkrieg New member Nov 13, 2007 585 31 0 Austin, Texas Aug 3, 2014 #6 HTML parsers handle these issues for you. Google "html parser <language>" or "scrape html <language>".
HTML parsers handle these issues for you. Google "html parser <language>" or "scrape html <language>".