Apr 30, 2006 #1 jyellis Instructor Apr 22, 2006 4 US CR10 My source data is a CSV file. My field "object_id" has the following types of data in it. 1986.11 1970.23 1961.25 1961.224 P2000.62 P1999.13 How can I get CR to see the data as text. The "totext" command doesn't help, because it has already dropped the "p"
CR10 My source data is a CSV file. My field "object_id" has the following types of data in it. 1986.11 1970.23 1961.25 1961.224 P2000.62 P1999.13 How can I get CR to see the data as text. The "totext" command doesn't help, because it has already dropped the "p"
Apr 30, 2006 #2 synapsevampire Programmer Mar 23, 2002 20,180 US A CSV should have quotes around text objects, is a foile format issue. You might be able to use a TOTEXT in a SQL expression though. -k Upvote 0 Downvote
A CSV should have quotes around text objects, is a foile format issue. You might be able to use a TOTEXT in a SQL expression though. -k
Apr 30, 2006 Thread starter #3 jyellis Instructor Apr 22, 2006 4 US SQL does not appear to have a TOTEXT command but a CONVERT command...do you have an example of this CONVERT command Upvote 0 Downvote
SQL does not appear to have a TOTEXT command but a CONVERT command...do you have an example of this CONVERT command