R
RitchieJHicks
I have an existing table with multiple fields/columns (lets call it Table1).
I want to import a csv (or xls) file sent from a client and append it to the
fields in Table1. However, te csv file has no headers and not all the fields
that my table has.
What is the easiest way to do this? The client will be sending the file on a
daily basis.
I want to import a csv (or xls) file sent from a client and append it to the
fields in Table1. However, te csv file has no headers and not all the fields
that my table has.
What is the easiest way to do this? The client will be sending the file on a
daily basis.