{"id":16663829,"url":"https://github.com/jonathanj/custref-to-sql-py","last_synced_at":"2026-04-30T05:35:06.071Z","repository":{"id":149213922,"uuid":"156826320","full_name":"jonathanj/custref-to-sql-py","owner":"jonathanj","description":"Convert a proprietary customer reference file to SQL","archived":false,"fork":false,"pushed_at":"2018-11-09T07:53:21.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T12:36:03.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanj.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-09T07:32:13.000Z","updated_at":"2018-11-09T07:53:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"480bcf33-46f1-4620-8021-b53924bcd035","html_url":"https://github.com/jonathanj/custref-to-sql-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanj/custref-to-sql-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanj%2Fcustref-to-sql-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanj%2Fcustref-to-sql-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanj%2Fcustref-to-sql-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanj%2Fcustref-to-sql-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanj","download_url":"https://codeload.github.com/jonathanj/custref-to-sql-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanj%2Fcustref-to-sql-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32456166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-12T10:42:12.269Z","updated_at":"2026-04-30T05:35:01.063Z","avatar_url":"https://github.com/jonathanj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================\ncustref_to_sql.py\n=================\n\nTransform a customer reference dump-file into SQL commands representing the\nsame data.\n\nInstallation\n------------\n\nInstall `Python 2.7`_. Make sure to have it adjust your system ``PATH`` so that\nyou can run ``python`` and ``pip`` from the command-line.\n\nMake sure ``pip`` is the latest version:\n\n.. code:: shell\n\n   pip install -U pip\n\nThen install this script:\n\n.. code:: shell\n\n   pip install git+https://github.com/jonathanj/custref-to-sql-py.git\n\nYou can ensure that it was successful and that the scripts are installed to your\nsystem ``PATH``:\n\n.. code:: shell\n\n   custref-to-sql --help\n\nThe command-line help should be printed out.\n\n\nUpgrading\n---------\n\nTo install new versions of this script at a later stage use:\n\n.. code:: shell\n\n   pip install --upgrade git+https://github.com/jonathanj/custref-to-sql-py.git\n\n.. _Python 2.7: https://www.python.org/downloads/release/python-2715/\n\n\nUsage\n-----\n\n(Note: You'll need to run this script from the command line.)\n\nTo generate just the SQL \"INSERT\" statements use:\n\n.. code:: shell\n\n   custref-to-sql --create input_file.csv output_file.sql\n\nTo generate SQL that also includes the necessary \"CREATE TABLE\" statements use:\n\n.. code:: shell\n\n   custref-to-sql --create input_file.csv output_file.sql\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanj%2Fcustref-to-sql-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanj%2Fcustref-to-sql-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanj%2Fcustref-to-sql-py/lists"}