Any update and insert statements will be logged even though database is set as simple recovery mode.
In order to minimize transaction being logged in BULK Insert, all following considitions have to be met.
The recovery model is simple or bulk-logged.
The target table is not being replicated.
The target table does not have any triggers.
The target table has either 0 rows or no indexes.
The TABLOCK hint is specified