load data
infile 'XID_Test_Project_1_Ent4_Rect_Rollback_JDBC2.txt'
append into table <replace_with_Staging_Table_Name>
fields terminated by ";" optionally enclosed by '"'
trailing NULLCOLS
( "EmployeeNumber";"LoginName";"FirstName";"LastName";"Location";"Department";"Title";"EmailAddress";"PhoneNumber";"Mobile";"AccountStatus" )
