That appears to have worked, but is very concerning.
As a comparison test, I exported only 2 fields: ("Record ID" and "FullName") from the "Customers" table, and I received the same number of records (close to 3000) as when I exported all columns/fields in the Integration Tools interface for the "Customers" table.
However, the same thing doesn't happen for the entity table: exporting all columns gives me only 100 records for customers. But stripping it down to 2 columns, I get all the customer Record IDs (and more...).
Is there an example of filter script that I can use to pare down the lists before exporting (like, "IsActive = TRUE", "EntityType" = "Customer", etc.)?
Thanks