Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to overcome 254 character limit importing CSV or excel files 3

Status
Not open for further replies.

linousa

IS-IT--Management
Mar 8, 2013
79
US
How to overcome 254 character limit importing CSV or excel files?
I have a table, I need import CSV with a few columns that are about 1000 characters long, maybe creating 4 fields for each, but how to split them?
 
Wait,

isn't it a feature already as the csvprocessor creates a cursor or dbf with multiple fields for a csv column if values in the csv columns are longer than 254 chars?



Chriss
 
Chris said:
isn't it a feature already as the csvprocessor creates a cursor or dbf with multiple fields for a csv column if values in the csv columns are longer than 254 chars?

Not quite. Columns larger than 254 characters are treated as memo fields. One column, one field. What the CSVProcessor does is create several cursors when there are more than 254 columns in the CSV source data.
 
OK, then I misunderstood the feature to create cursors with several fields for one column.

Chriss
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top