[FEAT] CSV파일 업로드 로직 수정 #118
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 개요
csv 파일 업로드 방식을 수정했습니다.
🛠️ 작업 사항
기존에는 새로운 파일이 들어오면, 가맹점명과 주소를 key로 설정해 동일한 가맹점 정보에 대해서는 수정을 하지 않고 새롭게 들어온 가맹점 정보에 대해서만 저장을 하는 방식이었습니다.
그러나, 이 방식에는 허점이 존재합니다.
변경된 로직 : 특정 지역 기반 데이터 통기화
🔗 관련 이슈 / JIRA
✅ 체크리스트
🙏 기타 사항