CSV Reader: Invalid schema directive value 'number<comma>15<comma>0<comma>number<comma>4<comma>...The expected syntax is SCHEMA <typename1>,<width1>,<precision1>,...<typenameN>,<widthN>,<precisionN>. Using schema scanner instead
As you can see, no typenames are being furnished. This happens reading a pipe- or tab-delimited CSV file. User Attributes are parsed and assigned correctly when opening the reader properties, so I don't understand the error.
Also why all the <comma> indicators instead of a literal ','?
Later on, I'm getting many attribute could not be written errors associated with certain attributes. The containing feature has been dropped...outputs, writing to a file geodatabase as a dynamic writer.
Where can I go from here and/or what am I doing wrong with my simple csv -> file geodatabase translation?