I wrote these Excel formulas to create the contents of this file if you can get an Excel sheet with column headings. It is pretty simple. Add and remove features as desired. It accepts all delimited text. Then paste the following formula (including all your options) into A2:
="[no headers.csv] "&"ColNameHeader=false "&"MaxScanRows=0 "&"Format=Delimited(;) Col"&COLUMN()&"="&A1&" text "
And the following formula is in B2.
=A2&"Col"&COLUMN()&"="&B1&" text "
Then drag to the right to get the base schema.ini (the rightmost cell). You can configure the parameters in the excel cell below the column name. Each column has its own definition. I got closing and opening quotes as a result when copying to a text file.
source share