• Have you tried adding default values on the fields within the database?

    You sometimes have to set the fields to "Allow NULLs" if the data isn't contained within the set you're trying to import.

    But just set a string value of "system" against the user field and the getdate() variable against the date field, as defaults and they should populate automatically with the imported dataset.