diff --git a/etl/jjc_invoice.py b/etl/jjc_invoice.py index 1160606..ccabf98 100644 --- a/etl/jjc_invoice.py +++ b/etl/jjc_invoice.py @@ -460,7 +460,6 @@ def main(): if __name__ == "__main__": main() -# TO DO compare floor area with deemed one -# make a csv that is made by submission table so i can process lewis sheet quickly -# Start load process \ No newline at end of file +# left join on the price after making a truth table of every variation and the price +# Make sure i catch one that don't match so i have list of address that didn't match in share point \ No newline at end of file