Hi !
Let me rephrase my question:
Is there a way to parse a MS-SQL .csv file 'on the fly' with COPY ?
Something like
COPY temp_update FROM file.csv USING DELIMITERS ';' NUMBEROFDELIMITERS '12'
LINEBREAKS '#'
Or what would be the way to go about this ?
Please, anyone ?
BR,
aarni