montypython1
Technical User
Greetings,
I need to import some raw data (CSV formatted) into a VFP table, but my raw data contains about 280 fields (or columns). I am able to import the first 255 fields without any problem, but I receive the error message
Is there a way to append data from a CSV file, starting at a specific field position (ex: field #256)?
Then, I could have 2 separate tables for the raw data, and combine just the fields that I need into my new working table (which would contain only about 150 fields).
Thanks,
Dave
I need to import some raw data (CSV formatted) into a VFP table, but my raw data contains about 280 fields (or columns). I am able to import the first 255 fields without any problem, but I receive the error message
when I try to import more than 255 fields. I still need some of the data within the next group of data (fields 256 - 280).SQL: Too many columns referenced
Is there a way to append data from a CSV file, starting at a specific field position (ex: field #256)?
Then, I could have 2 separate tables for the raw data, and combine just the fields that I need into my new working table (which would contain only about 150 fields).
Thanks,
Dave