Re: .csv file imports to VFP

2023-04-16 Thread Philip Borkholder
Hi Joe, Some things you can check for in your character fields before you append are: CHR(10) CHR(13) CHR(2) CHR(3) CHR(4) Replace those with a blank if they exist. Also see if some of the character fields (like addresses) have a comma in them that might be separating it into a column before you

Re: .csv file imports to VFP

2023-04-16 Thread Alan Bourke
'Append from' has always been bombproof in my experience, as long as what you're giving it is correct. Do those problem rows have any weird non ASCII characters ir anything? -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Sun, 16 Apr 2023, at 3:35 AM, Joe Yoder wrote: > I have an acco