diff --git a/etl/hubspot_to_invoice_rewrite.py b/etl/hubspot_to_invoice_rewrite.py index 8bb19cc..0c58a00 100644 --- a/etl/hubspot_to_invoice_rewrite.py +++ b/etl/hubspot_to_invoice_rewrite.py @@ -36,7 +36,7 @@ output_path = os.path.abspath(verbose_file) sp.upload_to_sharepoint(output_path, verbose_file) lewis_view = "FOR_LEWIS.xlsx" -selected_columns = ["HUBSPOT_INSTALLER", "SHAREPOINT_ADDRESS", "PRICE"] +selected_columns = ["HUBSPOT_INSTALLER", "SHAREPOINT ADDRESS", "PRICE"] minimal_df = df[selected_columns] minimal_df.to_excel(lewis_view, index=False) output_path = os.path.abspath(lewis_view)