howto bulk load from CSV file with float field delimited by comma?
i have text file with next format
project;31.10.2013 23:54;83616133;1448474;;1277;Visa / Mastercard (RUB);RUB;384,00;384,00;3,84;1,00;8,45;2,20;0,00;371,71;96,80;0,00;0,00;how i can convert 384,00 to 384.00 in Vertica COPY statment?
0
Comments
You have to declare the source as filler and then transform it to a numeric with .. Maybe there is a simpler way to do it, but it works just fine. Look the example, Hope this helps,
Eugenia