Hi, I have a package which used to import data into a table from a .csv with 37 columns which worked fine, now 2 extra fields have been added to the table and now some files have 37 columns some 39 I need to import data from the.csv files with 37 columns without the 'cntrl+f' at row end being seen as a value for the 38th or 39th column. Some how I need to add 2 columns with null value when ever the file being imported from has only 37 columns.
Is this possible? if it is could someone point me to examples or tutorial.
found this question but the link errors