Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jq: error: col/1 is not defined #2

Closed
alexangas opened this issue Jun 21, 2024 · 3 comments
Closed

jq: error: col/1 is not defined #2

alexangas opened this issue Jun 21, 2024 · 3 comments

Comments

@alexangas
Copy link

When running ./1password-csv-fix.sh --fix-multi

I get the error:

jq: error: col/1 is not defined at <top-level>, line 2:
        [ .id, (.title|col(25)), .urls[0].href ] | @tsv                
jq: 1 compile error

I'm not familiar with jq so not sure what this means. If it helps, the version installed on my system is jq-1.7.1.

@luckman212
Copy link
Owner

Ah. Sorry about that! Thought I caught all the dependencies, but I forgot about a few custom jq functions that I'd defined.

I'll upload a corrected script shortly!

luckman212 added a commit that referenced this issue Jun 22, 2024
@luckman212
Copy link
Owner

Please try v1.0.1 and let me know how it goes.

@alexangas
Copy link
Author

Fixed! Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants