*!*Have temp3.csv file column8 has a value of '1.5455,9.21345' etc.
*!* i.e. "vibraphone" "3.90002" "1.5455" "2018-11-13 16:42:30"
*!* when I append it the value comes in as 3.0000 or as 1.00000
*!* temp3$Column1 and Column2 are set to numeric width 20 and decimal 6
*!* how can I capture the values with the decimal values to into my column1 & 2.dbf?
IF !USED('temp3')
USE temp3 in 0
ENDIF
SELECT temp3
APPEND FROM C:\Users\Bill\Desktop\temp3.csv DELIMITED
browse
Thanks for any help!!!!
J
*!* i.e. "vibraphone" "3.90002" "1.5455" "2018-11-13 16:42:30"
*!* when I append it the value comes in as 3.0000 or as 1.00000
*!* temp3$Column1 and Column2 are set to numeric width 20 and decimal 6
*!* how can I capture the values with the decimal values to into my column1 & 2.dbf?
IF !USED('temp3')
USE temp3 in 0
ENDIF
SELECT temp3
APPEND FROM C:\Users\Bill\Desktop\temp3.csv DELIMITED
browse
Thanks for any help!!!!
J