{"id":19584413,"url":"https://github.com/gpalleschi/get_field","last_synced_at":"2026-01-28T21:01:31.472Z","repository":{"id":95881265,"uuid":"289919690","full_name":"gpalleschi/GET_FIELD","owner":"gpalleschi","description":"The GET_FIELD is an oracle SQL function to extract, from a string composed by fields separated by a separator, a specific field in a specific position.","archived":false,"fork":false,"pushed_at":"2020-08-24T12:45:25.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T11:54:12.654Z","etag":null,"topics":["extract","separator","sql"],"latest_commit_sha":null,"homepage":"","language":"PLSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gpalleschi.png","metadata":{"files":{"readme":"README.md","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":"2020-08-24T12:19:50.000Z","updated_at":"2023-06-10T06:46:54.000Z","dependencies_parsed_at":"2023-03-12T04:30:22.738Z","dependency_job_id":null,"html_url":"https://github.com/gpalleschi/GET_FIELD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gpalleschi/GET_FIELD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2FGET_FIELD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2FGET_FIELD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2FGET_FIELD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2FGET_FIELD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpalleschi","download_url":"https://codeload.github.com/gpalleschi/GET_FIELD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpalleschi%2FGET_FIELD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["extract","separator","sql"],"created_at":"2024-11-11T07:48:05.906Z","updated_at":"2026-01-28T21:01:31.467Z","avatar_url":"https://github.com/gpalleschi.png","language":"PLSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GET_FIELD\n\n----\n\n## Description :\n\nThe GET_FIELD is an oracle sql function very efficent, created under GNU General Public License v3.0 to  \nextract from a string with fields separated by a one or more characters a specific field by its position,  \nif is not present function return null.  \n  \nFunction have three input arguments :  \n1. Input String\n2. Separator String (It is possible specify more than a single character)\n3. Field Number \n      \nFunction returns null if it's impossible determinate field at position specified in Field Number  \n  \n----\n\n## Compatibility :\n\nORACLE 8 or upper\n\n\n----\n\n## Samples :\n           \n           GET_FIELD( '1|2|3|4','|',2 )\n\n           result:\n           ----------\n           2  \n\n\n           GET_FIELD( 'ARA;BAR;COO;SAA',';',5 )\n\n           result:\n           -----------\n           null  \n    \n----\n\n## License :\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE 3.0 License - see the [LICENSE](LICENSE) file for details  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpalleschi%2Fget_field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpalleschi%2Fget_field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpalleschi%2Fget_field/lists"}