diff --git a/etl/hubspot_to_invoice_rewrite.py b/etl/hubspot_to_invoice_rewrite.py index 448ef28..c47ac4e 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", "HUBSPOT_DEAL_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)