From 95ed1bae8482ec5375211f97d7b3a39007dfe86f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 8 Oct 2021 15:03:05 -0400 Subject: [PATCH] Work on IDAA importing --- app/routers/importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/importing.py b/app/routers/importing.py index 354109a..5f871c7 100644 --- a/app/routers/importing.py +++ b/app/routers/importing.py @@ -679,7 +679,7 @@ async def ins_up_membership_person_data( # allow_update_person_new_user = True account_id = 13 - full_file_path = 'admin/temp/import_person_contact_address_user_data.xlsx' + full_file_path = 'admin/temp/import_person_contact_address_user_data.csv' df = pandas.read_csv( full_file_path, na_filter=False,