B
BJ Meincke
I have student information in a csv text file from my
local school board and I need to import records from that
file into an existing datbase table we use to keep track
of student attendance.
The data type is the same, but the field names between our
table and the text file data don't match, and so I need to
know how to map the csv field names to our table's field
names.
Thanks,
BJM
local school board and I need to import records from that
file into an existing datbase table we use to keep track
of student attendance.
The data type is the same, but the field names between our
table and the text file data don't match, and so I need to
know how to map the csv field names to our table's field
names.
Thanks,
BJM