first item in the list separated by commas is the date, followed by a zero and then probably what looks like it's unique number. However just to be sure, let's combine all three numbers and use that as it's unique ID. Now it's just a matter of parsing the url to get those numbers and combining them into a bigger number. Let me know if you need any help with it.
Thanks,
Manuel Yang
Kevin T. Lee
unread,
Jan 22, 2014, 11:46:11 PM1/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Manuel Yang, Erick Custudio, dynam...@googlegroups.com, cobr...@googlegroups.com
Alright, I'll take a look back at that.
Best,
Kevin Lee
Kevin T. Lee
unread,
Jan 24, 2014, 8:33:19 PM1/24/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Manuel Yang, Erick Custudio, dynam...@googlegroups.com, cobr...@googlegroups.com
Hey Manuel,
I was able to figure out the OC Register stuff, I couldn’t find the link example you provided. Is that through a different feed? as opposed to this one: http://feeds.latimes.com/latimes/news/local
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kevin T. Lee, Manuel Yang, Erick Custudio, dynam...@googlegroups.com, cobr...@googlegroups.com
Ah I just googled la times XML feed and clicked the first one haha. But yeah looking at the provided feed the only I could think of is creating a different schema for it.
- Manuel Yang
Kevin T. Lee
unread,
Jan 29, 2014, 1:28:10 PM1/29/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Manuel Yang, Erick Custudio, cobr...@googlegroups.com, dynam...@googlegroups.com
Hey!
I was talking to Erick yesterday, I'll switch the unique Id from a number to a string value, since when we query things its typically with the sentiment, source and not the Id.
If you guys see anything that talks about disadvantages to having a string value as a unique Id let me know! It just seems uncommon but not I'm not a DB genius. Thanks!
Best,
Kevin Lee
On Sat, Jan 25, 2014 at 8:49 PM, Manuel Yang <man...@uci.edu> wrote:
Oh maybe we can switch the unique from a number to a string value
- Manuel Yang
On Jan 25, 2014, at 12:55 PM, "Kevin T. Lee" <kevin...@gmail.com> wrote:
Oh haha no worries, would that be easier? Still using a numeric value for Id?