You would use components tFileInputDelimited into tMap (optional) into tmysqlOutput
Step one, configure some components like this, except you will use the delimited file input:http://imgur.com/YEe1o
Step 2 configure the component settings for the delimited file, click the disk for the wizard : http://imgur.com/O5bhW
Step 3 configure your database by right clicking on Db Connection under metadata, then following wizard:http://imgur.com/wsMV2
Step 4 Right click on each component and choose Row > Main > drag to next step in flow.
step 5 Open your tMap and map the columns from the file schema to the database schema.
step 6 Run the job, it should work if you have followed all the wizard, if there are errors just hover over the red component and it usually describes errors pretty well. You will see as the job runs how many records it has transferred.
step 7 after you have made it that far, create a tfiledelimited output with the same schema as the input, right click on the input choose Row > Rejects and drag that to the new delimited output, this is where and records that are rejected by the tmap will be sent.