Suppose that DB table has 10 fields and CSV file has 8 fields(CSV's fields less than table's fields)
when import data from CSV file,can you let it auto ignore last 2 ( table's fields - CSV's fields ) fileds , just import data to first 8 fields ?
thanks!!!