Re: Model Generation for CSV, XLS Files

2020-11-28 Thread Mariusz Felisiak
> Russ pointed out the need for a standardized format in csv files, and in > turn Adam suggested that the first line begin the table name. I have a > slightly different suggestion. It is a well known convention to put the > column names as comma separated values in the first line of the csv fi

Re: Model Generation for CSV, XLS Files

2020-11-28 Thread Muskan Vaswan
Alright Mariusz, (sorry for messing up your name) then I think that puts an end to this particular conversation, I appreciate your feedback and help, same goes for everyone. I'll try to make myself useful in some other way then! On Saturday, 28 November 2020 at 14:12:29 UTC+5:30 Mariusz Felisi

Re: Model Generation for CSV, XLS Files

2020-11-28 Thread Denis Urman
The CSV module in the Python standard library has solved the issues mentioned in this thread vis a vis format. No need to reinvent the wheel. There are options and flags for field names and delimiters. Before relying on a third party depencency, one must demonstrate the necessity. What edge cases d