Manuel Aristarán
Manuel Aristarán
Pros of regexes: I can validate whatever I need — Cons: having to look up a working email address-matching regex every time I do it :) Cons of pre-defined types:...
Just for the record: ``` sql -- transitive closure of the edges defined in `grano_relation` WITH RECURSIVE search_graph(source_id, target_id, id, depth, path, cycle) AS ( SELECT e.source_id, e.target_id, e.id, 1,...
Also, [RDBMS in the social networks age](http://www.slideshare.net/quipo/rdbms-in-the-social-networks-age)
Hey @leeper, tabula author here. Would love to help sorting this issue out, as the latest versions have significant perfomance and accuracy improvements. Would it be possible to get a...
@leeper I'm quite sure that this only happens in Java 6.
@jkeuskamp Can you run `java -version` on a terminal? I'd like to confirm if that error occurs only with Java 6.
Thanks @jkeuskamp. Can't help you much about tabulizer, but tabula itself will work under a newer version of the Java virtual machine (7 or 8). Bear in mind that Java...
That's an awesome idea. It's definitely possible to run Tabula on an EC2 box, and it should be possible to run it inside GAE (it's a Java-JRuby app) with some...
Awesome, @abelsonlive! Thanks for the report. > While there are no visible 'ruling lines', the rows are colored differently – something that I suspect shows up in many cases. Our...
I'm playing with a new technique for segmenting tables. This case is successfully handled with no parameter tweaking at all: 