{"id":21960375,"url":"https://github.com/adrienjoly/hsbcstatementparser","last_synced_at":"2025-07-13T06:32:52.968Z","repository":{"id":13157689,"uuid":"15840458","full_name":"adrienjoly/HsbcStatementParser","owner":"adrienjoly","description":"Transforms PDF bank statements from HSBC into a list of operations in JSON or TSV format.","archived":false,"fork":false,"pushed_at":"2015-12-27T17:27:24.000Z","size":22,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T19:17:28.984Z","etag":null,"topics":["bank-statement","conversion","csv-export","json-export","pdf-converter","pdf-parser","tsv-format"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrienjoly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-12T10:44:07.000Z","updated_at":"2024-11-14T09:23:01.000Z","dependencies_parsed_at":"2022-08-25T20:21:58.492Z","dependency_job_id":null,"html_url":"https://github.com/adrienjoly/HsbcStatementParser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adrienjoly/HsbcStatementParser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2FHsbcStatementParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2FHsbcStatementParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2FHsbcStatementParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2FHsbcStatementParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrienjoly","download_url":"https://codeload.github.com/adrienjoly/HsbcStatementParser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2FHsbcStatementParser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265099031,"owners_count":23711247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bank-statement","conversion","csv-export","json-export","pdf-converter","pdf-parser","tsv-format"],"created_at":"2024-11-29T09:58:34.508Z","updated_at":"2025-07-13T06:32:52.909Z","avatar_url":"https://github.com/adrienjoly.png","language":"JavaScript","readme":"HsbcStatementParser\n===================\n\nParses and converts [HSBC](http://hsbc.com) bank statements downloaded in PDF format into a list of operations in JSON or TSV format.\n\nRelies on [Modesty's PDF2JSON](http://github.com/modesty/pdf2json) Node.js module.\n\nOnly supports statements in French language, for now.\n\nInstallation\n------------\n\n    npm install hsbc-statement-parser\n\nCLI Syntax\n----------\n\n    hsbcextr \u003cjson|tsv|null|1line|test\u003e \u003cpdf_file_name_1\u003e [\u003cpdf_file_name_2\u003e [\u003cpdf_file_name_3\u003e ...]]\n\nUsage\n-----\n\n    var parser = new HsbcStatementParser();\n    parser.parseFile(pdfFilePath, function(err, sta){\n    \tif (err)\n    \t\tconsole.error(err.stack);\n    \telse {\n    \t  console.log(\"parsed \" + sta.ops.length + \" operations\");\n    \t  console.log(\"closing balance: \" + sta.balTo);\n    \t}\n    });\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fhsbcstatementparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrienjoly%2Fhsbcstatementparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fhsbcstatementparser/lists"}