G
Guest
G'day,
I'm attempting to import a .CSV file into a table. The
file is properly comma separated, but also has "quotes"
around each entry. Importing numbers and text works fine,
but the date entries yeild a "Type Conversion Failure".
sample .CSV data:
"8/1/2004 10:00 AM","david","4"
The "david" comes in fine as text david (without quotes),
and the 4 comes in as a usable integer, however, the date
leads to a failure unless I call the field type Text
instead of Date.
Comments, Suggestions, Work arounds?
(This is annoying because in a sort ascending, the text
date/times will come as 1:00, 10:00, 11:00, 12:00, 2:00,
3:00, 4:00..., since text "10" comes before text "2", even
though time "2" comes before time "10")
I'm attempting to import a .CSV file into a table. The
file is properly comma separated, but also has "quotes"
around each entry. Importing numbers and text works fine,
but the date entries yeild a "Type Conversion Failure".
sample .CSV data:
"8/1/2004 10:00 AM","david","4"
The "david" comes in fine as text david (without quotes),
and the 4 comes in as a usable integer, however, the date
leads to a failure unless I call the field type Text
instead of Date.
Comments, Suggestions, Work arounds?
(This is annoying because in a sort ascending, the text
date/times will come as 1:00, 10:00, 11:00, 12:00, 2:00,
3:00, 4:00..., since text "10" comes before text "2", even
though time "2" comes before time "10")