The following is supposed to write the partial content of four Attribute Tables [AT] to a single CSV file.

While it finishes “successfully”, it only writes the last of the four tables to the specified CSV file [MyOutput8.csv].

I had though that the statement arcpy.env.overwriteOutput=True on line 19 would address that but clearly I’m wrong.
The CSV output looks like this, which is correct, except for the missing three AT’s that should precede it.
Advice, please. Thank you so much.