Import CSV file #18245
Unanswered
CEikermann
asked this question in
Q&A
Import CSV file
#18245
Replies: 1 comment 3 replies
-
You can register an external table in the Hive connector to read a CSV file stored in S3. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trino CLI can export data to CSV format using:
trino --server http://localhost:8080 --progress -f query.sql --output-format CSV
Is there also a way to import CSV back into the trino cluster via CLI?
Does anyone has a suggestion how to import a CSV file to an existing trino cluster without copying this file to S3 and register it as a table?
Beta Was this translation helpful? Give feedback.
All reactions