data_miner in markets/awesome-ruby

Download, unpack from a ZIP/TAR/GZ/BZ2 archive, parse, correct, convert units and import Google Spreadsheets, XLS, ODS, XML, CSV, HTML, etc. into your ActiveRecord models. Uses RemoteTable gem internally.

updated at Feb. 2, 2024, 5:19 p.m.

Ruby

14 +0

301 +0

21 +0

GitHub
upsert in markets/awesome-ruby

Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.

updated at April 19, 2024, 5:05 p.m.

Ruby

10 +0

654 +0

77 +0

GitHub
fuzzy_match in arbox/nlp-with-ruby

Find a needle (a document or record) in a haystack using string similarity and (optionally) regular expression rules. Uses Dice's Coefficient (aka Pair Similiarity) and Levenshtein Distance internally.

updated at April 26, 2024, 8:26 p.m.

Ruby

11 +0

667 +1

47 +0

GitHub