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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.