B
benatom
An import routine which connects to a csv did not work properly. It
brought in data but it was not parsed or distributed correctly. I
discovered that the source csv now has more than 255 columns. If I
delete a few columns from the csv the import routine works fine
again. I am using an ADO connection to the csv. I only need data
from ten of the columns, but the csv, by virtue of being over 255
columns, has surpassed an Access limitation.
Any suggestions? Is there another way I can approach this?
Thanks.
brought in data but it was not parsed or distributed correctly. I
discovered that the source csv now has more than 255 columns. If I
delete a few columns from the csv the import routine works fine
again. I am using an ADO connection to the csv. I only need data
from ten of the columns, but the csv, by virtue of being over 255
columns, has surpassed an Access limitation.
Any suggestions? Is there another way I can approach this?
Thanks.