Skip to content
#

tabular-data

Here are 93 public repositories matching this topic...

johnkerl
johnkerl commented Oct 15, 2019

Wishlist # 1: Full documentation of regex syntax and semantics accepted by miller. In particular, what "non standard" regex abbreviations are supported? E.G., is the gawk extension "\s" abbreviation for [[:space:]] accepted? Are PCRE abbreviations (\w, etc.) accepted? Are POSIX character classes like [[:digit:]] accepted? Current documentation is very sparse on this subject.

_Originally po

premadh
premadh commented Sep 17, 2019

This is a suggested code or documentation change, improvement to the code, or feature request

The package is great works in most conditions (many thanks for this) but also makes lazy that I don't want to wrangle misread pdf pages. Hence, I'd like to request below.

Provide a parameter/method to specify the number of columns; start and end co-ordinates of each column so that table is extracted

aborruso
aborruso commented Jan 3, 2019

Hi,
in the cli there are this options:

  • --checks
  • --error-limit
  • --infer-schema/--no-infer-schema
  • --json
  • --order-fields
  • --output
  • --preset
  • --quiet
  • --row-limit
  • --schema
  • --skip-checks
  • --table-limit

But I do not find any documentation here and if I write goodtables --help I have only the text below.

I could try to help with a PR, reading the cli.py code.

csvpack library / gem - tools 'n' scripts for working with tabular data packages using comma-separated values (CSV) datafiles in text with meta info (that is, schema, datatypes, ..) in datapackage.json; download, read into and query CSV datafiles with your SQL database (e.g. SQLite, PostgreSQL, ...) of choice and much more

  • Updated Aug 15, 2019
  • Ruby

Improve this page

Add a description, image, and links to the tabular-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tabular-data topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.