diff --git a/rog/services/csv_processor.py b/rog/services/csv_processor.py index 6a1805b..f23c6c8 100644 --- a/rog/services/csv_processor.py +++ b/rog/services/csv_processor.py @@ -246,6 +246,8 @@ class EntryCSVProcessor: # 日付が必要な場合のフォールバック entry_date = row.get('entry_date') + if entry_date: + entry_date = self.date_converter.convert_date(entry_date) print(f'エントリー日付:{entry_date}') entry = Entry.objects.create(