Number data is not in proper format
AnsweredI am trying to process an incoming csv file, but the following error record is being generated
</SourceRecord>
<ErrorDescription >Number data is not in proper format: field name = Employee_Number and value = "9611"</ErrorDescription>
</ErrorRecord>
0
-
Official comment
While parsing the file, the schema is trying to interpret "9611" as a number value which fails because of the quotes. Please set the "Handle Enclosing Character" value to " (in the Advanced Properties)
Also, make sure the "Quotes Handling On" option is selected.
This will allow the file to be parsed successfully.
Post is closed for comments.
Comments
1 comment