Subject Re: Possible Corrupted Table
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Fri, 12 Jul 2019 11:58:32 +0530
Newsgroups dbase.getting-started

On 12/07/2019 06:43, Ruth Bromer wrote:
> I have a program that reads in a .csv file and populates a table.  It's
> been working just fine, and now that I want to load real data into it,
> the program blew up.  It didn't like the append command.  It said that
> the table is corrupted and all that is left is the header. Well, the
> command before emptied the table so of course noting is in it.
>
> I'm sure that I did something wrong but I can't figure out what that
> might be.
>
> Ruth

Good Morning Ruth,
Sorry to poke in between without proper assessment of attachements
This may or may not help

I had experienced problems when the value to be inserted had ' or " as
part of string to be inserted.

I was using the diy route and it messed up my program.

Also check for the handling of ,, in csv

Regards
Akshat