{"id":27958980,"url":"https://github.com/maketheworldwise/csv-spring-processing","last_synced_at":"2026-05-18T01:02:38.088Z","repository":{"id":45271469,"uuid":"438681800","full_name":"maketheworldwise/csv-spring-processing","owner":"maketheworldwise","description":"CSV 데이터 문자열 처리기","archived":false,"fork":false,"pushed_at":"2021-12-26T06:32:34.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T02:04:48.105Z","etag":null,"topics":["csv","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/maketheworldwise.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}},"created_at":"2021-12-15T15:37:14.000Z","updated_at":"2022-08-11T01:51:18.000Z","dependencies_parsed_at":"2022-09-14T05:01:00.048Z","dependency_job_id":null,"html_url":"https://github.com/maketheworldwise/csv-spring-processing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maketheworldwise/csv-spring-processing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maketheworldwise%2Fcsv-spring-processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maketheworldwise%2Fcsv-spring-processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maketheworldwise%2Fcsv-spring-processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maketheworldwise%2Fcsv-spring-processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maketheworldwise","download_url":"https://codeload.github.com/maketheworldwise/csv-spring-processing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maketheworldwise%2Fcsv-spring-processing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33161411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"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":["csv","spring-boot"],"created_at":"2025-05-07T18:27:14.548Z","updated_at":"2026-05-18T01:02:33.080Z","avatar_url":"https://github.com/maketheworldwise.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to csv-spring-processing 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT License\" src=\"https://img.shields.io/badge/License-MIT License-yellow.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e CSV 데이터(이미지명)를 이용하여 S3와 CDN의 URI을 만들고 새로운 CSV 파일에 필드로 넣어 다운받는 개인용 CSV 전처리기 프로젝트입니다. 자세한 내용은 홈페이지를 참고해주세요!\n\n### 🏠 [Homepage](https://velog.io/@maketheworldwise/CSV-%EB%8D%B0%EC%9D%B4%ED%84%B0%EC%97%90-%EB%AC%B8%EC%9E%90%EC%97%B4-%EC%B6%94%EA%B0%80%ED%95%B4%EC%A3%BC%EA%B8%B0)\n\n### ✨ [demo]() 👉 홈페이지를 참고해주세요!\n\n## Install\n\n```\nJDK 8\n```\n## Usage\n\n시작 전, **my-settings.yml**에 변환을 적용할 문자열(S3, CDN URI)과 다운받을 경로에 대해 설정해주세요.\n(openCSV 읽기, 쓰기용 테스트 파일은 루트 경로에 있습니다.)\n\n```yml\nmy:\n  paths:\n    read: \"/openCsv 읽기 테스트용 파일.csv\"\n    write: \"/openCsv 쓰기 테스트용 파일.csv\"\n    download: \"다운로드할 경로.csv\"\n\n  uris:\n    # https://[s3 버킷명].s3.[리전].amazonaws.com/\n    s3: \"https://s3-image.s3.ap-northeast-2.amazonaws.com/\"\n    # https://[cdn]/\n    cdn: \"https://cdn-image/\"\n```\n\n실행 시 8081 포트를 이용해주세요.\n\n```\nhttp://127.0.0.1:8081\n```\n\n## Run tests\n\n```sh\n[GET] 127.0.0.1:8081/custom-csv/processing\n- RequestParameter : Multipartfile file\n\n[GET] 127.0.0.1:8081/open-csv/processing/test\n\n[GET] 127.0.0.1:8081/open-csv/processing\n- RequestParameter : Multipartfile file\n```\n\n## Author\n\n👤 **Kevin**\n\n* Website: https://velog.io/@maketheworldwise\n* Twitter: []()\n* Github: [@maketheworldwise](https://github.com/maketheworldwise)\n* LinkedIn: []()\n\n## 🤝 Contributing\n\n이슈와 새로운 기능에 대한 요청은 언제든지 환영합니다!\u003cbr /\u003e\n이슈에 대한 내용은 [이슈 가이드](.github/ISSUE_TEMPLATE.md)를 참고해주세요. 기여 방법에 대한 내용은 [기여 가이드](.github/PULL_REQUEST_TEMPLATE.md)를 참고해주세요.\n\n## Show your support\n\n도움이 되었다면 ⭐️ 을 주세요 :)\n\n## 📝 License\n\nCopyright © 2021 [Kevin](https://github.com/maketheworldwise). \u003cbr /\u003e\nThis project is [MIT](LICENSE) licensed.\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaketheworldwise%2Fcsv-spring-processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaketheworldwise%2Fcsv-spring-processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaketheworldwise%2Fcsv-spring-processing/lists"}