Copy Rows to Table tool produces different output between 10.3 and 10.3.1

3574
10
Jump to solution
10-09-2015 06:19 AM
TimothyHales
Esri Notable Contributor

I am using the Copy Rows to Table tool in a python script to import a CSV table to a GDB. The table is more of a matrix, and therefore has text labels in certain cells. In 10.3 I am getting the text correctly; however, my colleague using 10.3.1 is getting null values for the text. Below are the results, and I have attached the CSV file.

10.3 Output

10.3.1 Output

0 Kudos
10 Replies
TimothyHales
Esri Notable Contributor

I found that that Copy Rows to Table tool actually does not support CSV files. For some reason 10.3 allows the output, but at 10.3.1 is defaults to dbf. In any case, I bailed on the CSV format and kept it in a GDB table. Thanks for everyone's input!

0 Kudos