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

fix: trimmed cik #43

Merged
merged 1 commit into from
Oct 24, 2024
Merged

fix: trimmed cik #43

merged 1 commit into from
Oct 24, 2024

Conversation

stehessel
Copy link
Contributor

The trimmed cik should only remove zeros from the left, otherwise the links won't work. See for example (note 177417 vs 1774170)

master:

,,2023-05-26,,"PowerFleet, Inc.",AIOT,0001774170,177417,"Woodcliff Lake, New Jersey",Delaware,001-39080,23968803,https://www.sec.gov/cgi-bin/browse-edgar/?filenum=001-39080&action=getcompany,https://www.sec.gov/Archives/edgar/data/177417/000149315223019265/0001493152-23-019265-index.html,https://www.sec.gov/Archives/edgar/data/177417/000149315223019265/ex1-01.htm

fix:

,,2023-05-26,,"PowerFleet, Inc.",AIOT,0001774170,1774170,"Woodcliff Lake, New Jersey",Delaware,001-39080,23968803,https://www.sec.gov/cgi-bin/browse-edgar/?filenum=001-39080&action=getcompany,https://www.sec.gov/Archives/edgar/data/1774170/000149315223019265/0001493152-23-019265-index.html,https://www.sec.gov/Archives/edgar/data/1774170/000149315223019265/ex1-01.htm

@GalenReich GalenReich added the bug Something isn't working label Oct 24, 2024
@GalenReich GalenReich merged commit 596b465 into bellingcat:main Oct 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants