Whatever works, but a sugestion: Always attempt to minimize dependencies (in your case the .ini file creation). Gald the .ini worked BTW, but there may be a more bullet-proof solution...Seem's like you should be able to handle it in the "Table Convert" process (using type forcing like I mentioned above)... Can you post that part of your code?
lineValues = readLine.split(",") for lineValues: idValue = str(lineValue[0]) #1st field, force it to be a string otherValue = int(lineValue[1]) #2nd field, force it to be an integer anotherValue = float(lineValue[2]) #3rd field, force it to be a float
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.