Can I load .dsv files from S3 to Redshift / SQL Workbench, or convert them to another file type in S3?

0

I have a lot of files in .dsv format from a client, and I need to get them into SQL Workbench. I have previously only loaded .txt and .csv before and cannot find documentation.

Is it possible to copy .dsv files, and if so, how?

Is it possible to convert the file type, and if so, how?

user1058030

Posted 2019-07-03T15:14:49.053

Reputation: 1

Answers

0

DSV, also called Delimiter-separated values is exactly the same as CSV, apart perhaps for having a different delimiter or quote characters.

As you know already how to import CSV, you should have no difficulty with DSV.

Here are some helpful references:

harrymc

Posted 2019-07-03T15:14:49.053

Reputation: 306 093