Add two columns to the tables, specify default constraints, use a format file with bcp or specify which data from the file goes to which columns.
bcp/BULK INSERT is not a transformation tool. It's a high speed load tools. IF you need to transform data, use SSIS/DTS.