cogs icon indicating copy to clipboard operation
cogs copied to clipboard

COGS Operates Google Sheets

Results 9 cogs issues
Sort by recently updated
recently updated
newest added

Hi, would you be open to accept an PR for adding support for M365 spreadsheets e.g. via https://learn.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0 API. Related: https://github.com/ontodev/axle

Almost everything in `.cogs/` is a table. The main exception is `formats.json` but I think that could fit into a table with two columns: format ID and the format JSON....

question

The README has great reference documentation, but we should also add a few examples. The `cogs apply` workflow is a particular case where an example would be very useful.

When doing `cogs add` followed by `cogs rm` without specifying freeze rows I get: ``` Traceback (most recent call last): File "/Users/matentzn/opt/anaconda3/bin/cogs", line 8, in sys.exit(main()) File "/Users/matentzn/opt/anaconda3/lib/python3.8/site-packages/cogs/cli.py", line 207,...

My main pain point with COGS right now is that it's a bit of a pain to just start using it for a new task. I'd like to make it...

Non urgent, but it would be good if `cogs add` would not fail hard if a fail has been added previously (or is unchanged). Like git add. Related to https://github.com/ontodev/cogs/issues/53

Right now, `add` only accepts one file path, but it would be really beneficial to add all TSV files within a directory (e.g. `add templates/*.tsv`). The downside is that any...

enhancement

Would it be wise to store the fields in the google spreadsheet? That would have the added benefit that this would be the initial (and final) sheet in the google...

It seems that some functions can handle CSV and TSV, some others only TSV. Do we want to allow import of both CSV and TSV (we could refactor so we...